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
Describe the bug
When provisioning only Azure resources, sandbox output prints gcp messages not related to the intended target
To Reproduce
Run make tsb and check the final output which should look like:
Apply complete! Resources: 6 added, 0 changed, 0 destroyed.
terraform workspace selectdefault
Switched to workspace "default".
popd> /dev/null
Finished deploying tsb control plane on cloud 'azure'
Onboarding TSB Control and Data Plane on cloud gcp...
JSON structure of 'terraform.tfvars.json' is valid.
Going to deploy tsb control plane on cloud 'gcp'
Going to deploy tsb control plane on cloud 'gcp'
JSON structure of 'terraform.tfvars.json' is valid.
Going to refresh k8s token for cloud 'gcp'
Going to refresh k8s token on cloud 'gcp'
Finished deploying tsb control plane on cloud 'gcp'
Magic is on the way...
Expected behavior
Only print out messages related to the intended resource targets.
Terraform (terraform version Terraform v1.3.6 on darwin_arm64 )
Environment (ProductName: macOS ProductVersion: 11.7.5 BuildVersion: 20G1225, uname -a Darwin 13mikeBookPro 20.6.0 Darwin Kernel Version 20.6.0: Thu Mar 9 20:39:37 PST 2023; root:xnu-7195.141.49.700.6~1/RELEASE_ARM64_T8101 arm64)
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
When provisioning only Azure resources, sandbox output prints gcp messages not related to the intended target
To Reproduce
Run
make tsb
and check the final output which should look like:Expected behavior
Only print out messages related to the intended resource targets.
terraform.tfvars.json
Versions
terraform version Terraform v1.3.6 on darwin_arm64
)ProductName: macOS ProductVersion: 11.7.5 BuildVersion: 20G1225
,uname -a Darwin 13mikeBookPro 20.6.0 Darwin Kernel Version 20.6.0: Thu Mar 9 20:39:37 PST 2023; root:xnu-7195.141.49.700.6~1/RELEASE_ARM64_T8101 arm64
)Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: