tags:
- ready
- online
- terraform
- IaC
- infrastructure
Outputs
Contents
-
[ [ tf-Output-Syntax ] ]
-
[ [ tf-Sensitive-Outputs ] ]
-
[ [ tf-Preconditions ] ]
__Roadmap info from [ roadmap website ] (https://roadmap.sh/terraform/outputs@Xes24SqkwSaO844kLbClj) __
Terraform outputs expose selected values from a configuration or module, making them accessible to users or other modules. Defined in output blocks, typically in an
outputs.tffile, they can reference resource attributes or other computed values. Outputs are displayed after apply operations, can be queried using terraform output commands, and are crucial for passing information between modules or to external systems.