Difference between revisions of "Terraform output"

From wikieduonline
Jump to navigation Jump to search
Line 6: Line 6:
  
 
  terraform output your_var
 
  terraform output your_var
 +
 +
terraform output -raw region
 +
us-east-2%
  
  

Revision as of 20:24, 29 November 2021

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%



Related commands

See also

Advertising: