hashicorp / setup-terraform

Sets up Terraform CLI in your GitHub Actions workflow.
https://developer.hashicorp.com/terraform/tutorials/automation/github-actions
Mozilla Public License 2.0
1.35k stars 237 forks source link

Terraform output is not giving expected results when using with this action #334

Closed mostlycloudysky closed 1 year ago

mostlycloudysky commented 1 year ago

Currently, I am seeing an issue with the hashicorp/setup-terraform@v2 on terraform output command as

terraform output -raw instance_public_ip should return the IP address instead it is returning IP_ADDRESS::debug::Terraform

I have tested the same with Terraform cli and it returns expected IP address only.

mostlycloudysky commented 1 year ago

terraform_wrapper: false removed extra output

github-actions[bot] commented 3 months ago

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.