Question 26
What is one disadvantage of using dynamic blocks in Terraform?
Question 27
Using multi-cloud and provider-agnostic tools provides which of the following benefits?
Question 28
Your manager has instructed you to start using terraform for the entire infra provisioning of the application stack. There are 4 environments - DEV , QA , UAT , and PROD. The application team has asked for complete segregation between these environments including the backend , state , and also configurations ,since there will be unique resources in different environments . What is the possible way to structure the terraform code to facilitate that.
Question 29
State locking does not happen automatically and must be specified at run
Question 30
When configuring a remote backend in Terraform, it might be a good idea to purposely omit some of the required arguments to ensure secrets and other important data aren't inadvertently shared with others. What are the ways the remaining configuration can be added to Terraform so it can initialize and communicate with the backend? (select three)