Difference between revisions of "Terraform output"

From wikieduonline
Jump to navigation Jump to search
Line 3: Line 3:
 
<code>terraform output</code> command is used to extract the value of an [[output variable]] from the [[state file]].
 
<code>terraform output</code> command is used to extract the value of an [[output variable]] from the [[state file]].
 
* https://www.terraform.io/docs/cli/commands/output.html
 
* https://www.terraform.io/docs/cli/commands/output.html
 
  
 
  terraform output your_var
 
  terraform output your_var
Line 12: Line 11:
 
  [[terraform output -raw]] region
 
  [[terraform output -raw]] region
 
  [[us-east-1]]%
 
  [[us-east-1]]%
 
  
 
  terraform output -raw cluster_name
 
  terraform output -raw cluster_name

Revision as of 22:49, 30 August 2022

terraform output command is used to extract the value of an output variable from the state file.

terraform output your_var
terraform output -raw region
us-east-2%
terraform output -raw region
us-east-1%
terraform output -raw cluster_name
education-eks-Ry318DCv%
terraform output -raw region
╷
│ Warning: No outputs found
│
│ The state file either has no outputs defined, or all the defined outputs are
│ empty. Please define an output in your configuration with the `output`
│ keyword and run `terraform refresh` for it to become available. If you are
│ using interpolation, please verify the interpolated value is not empty. You
│ can use the `terraform console` command to assist.
╵



Related commands

terragrunt output

See also

Advertising: