You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to run post-provisioning scripts in our CI/CD pipeline which takes the output of Terraform. It would be great if Terraform could post the output JSON to an https endpoint.
E.g. for output of generated:
Acme keys
IP addresses
etc
Attempted Solutions
None, we use the cloud solution at terraform.io. No post options there.
Proposal
Add a post_url to the output command, where the JSON output is sent to:
This issue was originally opened by @MarcelT-NL as hashicorp/terraform#23389. It was migrated here as a result of the provider split. The original body of the issue is below.
Current Terraform Version
0.12.14
Use-cases
We need to run post-provisioning scripts in our CI/CD pipeline which takes the output of Terraform. It would be great if Terraform could post the output JSON to an https endpoint.
E.g. for output of generated:
Attempted Solutions
None, we use the cloud solution at terraform.io. No post options there.
Proposal
Add a post_url to the output command, where the JSON output is sent to:
All output should be combined in one JSON and sent in one go.
The text was updated successfully, but these errors were encountered: