What is the value assigned to the itemNum variable?

You have a Terraform configuration file where a variable itemNum is defined as follows: variable “itemNum” { default = 3} You also have a defined the following environment variables in your shell: TF_itemNum =6, TF_VAR_itemNum =9.
You also have a terraform.tfvars file with the following contents itemNum = 7 When you run the following apply command, what is the value assigned to the itemNum variable? terraform apply -var itemNum =4
A. 10
B. 6
C. 1
D. 4
E. 3

Download Printable PDF. VALID exam to help you PASS.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.