You would like to reuse the same Terraform configuration for your development and production environments with a different state file for each.Which command would you use?
What is the name assigned by Terraform to reference this resource?
You're building a CI/CD (continuous integration/ continuous delivery) pipeline and need to inject sensitive variables into your Terraform run.How can you do this safely?
Your security team scanned some Terraform workspaces and found secrets stored in a plaintext in state files.How can you protect sensitive data stored in Terraform state files?
In contrast to Terraform Open Source, when working with Terraform Enterprise and Cloud Workspaces, conceptually you could think about them as completely separate working directories.
Which of the following is not true of Terraform providers?