Terraform: output

From wikieduonline
Jump to navigation Jump to search

Examples

Official example

output "instance_ip_addr" {
  value = aws_instance.server.private_ip
}

Additional examples

output "your_output_value" {
   value = XXXX
}


Using sensitive value will not be printed on screen but will still be recorded in the state files.

sensitive   = true 

Related terms

Activities

See also

Advertising: