Which of the following is not a valid string function in Terraform?
A. split
B. join
C. slice
D. chomp
A Terraform local value can reference other Terraform local values.
A. True
B. False
How can terraform plan aid in the development process?
A. Validates your expectations against the execution plan without permanently modifying state
B. Initializes your working directory containing your Terraform configuration files
C. Formats your Terraform configuration files
D. Reconciles Terraform's state against deployed resources and permanently modifies state using the current status of deployed resources
What is terraform refresh intended to detect?
A. Terraform configuration code changes
B. Empty state files
C. State file drift
D. Corrupt 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.
A. True
B. False
What does terrafom plan do ?
A. Create an execution plan by evaluating the difference between configuration file and state file.
B. Performs a refresh, unless explicitly disabled, and then apply the changes that are necessary to achieve the desired state specified in the configuration files.
C. Create an execution plan by evaluating the difference between configuration file and actual infrastructure.
D. Checks whether the execution plan for a set of changes matches your expectations by making changes to real resources or to the state.
Which of the following type of variable allows multiple values of several distinct types to be grouped together as a single value?
A. Map
B. Object
C. Tuple
D. List
Environment variables can be used to set variables. The environment variables must be in the format "____"_
A. TF_CLI_ARGS
B. TF_VAR
C. TF_VAR_
D. TF_VAR_ENV
True or False: Workspaces provide identical functionality in the open-source, Terraform Cloud, and Enterprise versions of Terraform.
A. True
B. False
In the below configuration, how would you reference the module output vpc_id ?
Type your answer in the field provided. The text field is not case-sensitive and all variations of the correct answer are accepted.
A. module.vpc.id
B. PlaceHolder
C. PlaceHolder
D. PlaceHolder