Closed suramasamy closed 7 months ago
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
3 out of 4 committers have signed the CLA.
:white_check_mark: suramasamy
:white_check_mark: suvaanshkumar
:white_check_mark: katronquillo
:x: savkumar
Description of your changes
Added optional field
enableTerraformCLILogging
to theWorkspace
resource to enable writing of Terraform CLI logs to the container stdout in JSON format to assist with debugging and to view detailed information about Terraform operations.Fixes https://github.com/upbound/provider-terraform/issues/163
I have:
make reviewable
to ensure this PR is ready for review.make e2e
with UPTEST_EXAMPLE_LIST="examples/workspace-enable-logging.yaml"How has this code been tested
workspace-enable-logging.yaml
enableTerraformCLILogging
to false, made few other Terraform code changes in the Workspace YAML and re-appliedenableTerraformCLILogging
to true and re-applied the Workspace