output
Reads Terraform outputs and optionally writes stdout to a project-relative file.
@terraform output {
args = "-json"
stdout = "terraform-outputs.json"
}
Capabilities
| Capability | Info |
|---|---|
| Cache | never |
| Bach | no |
Argument Reference
The following arguments are supported:
args- (Optional) Extraterraform outputarguments.stdout- (Optional) Project-relative file receiving stdout.