Terraform Associate Exam QuestionsBrowse all questions from this exam

Terraform Associate Exam - Question 89


Which of the following is allowed as a Terraform variable name?

Show Answer
Correct Answer: B

B

Reference:

https://www.terraform.io/docs/language/values/variables.html

Discussion

6 comments
Sign in to comment
EltoothOption: B
Jun 28, 2022

B is correct answer : name "The name of a variable can be any valid identifier except the following: source, version, providers, count, for_each, lifecycle, depends_on, locals." https://www.terraform.io/language/values/variables

Zam88Option: B
Jun 19, 2022

The name of a variable can be any valid identifier except the following: source , version , providers , count , for_each , lifecycle , depends_on , locals . These names are reserved for meta-arguments in module configuration blocks, and cannot be declared as variable names. B

kopper2019Option: B
Aug 10, 2022

name is OK

Ahmad_TerraformOption: B
Jul 14, 2022

name is right

Power123Option: B
Mar 31, 2023

B is correct. name

Ni33Option: B
May 9, 2023

B is correct one.