36 Correct Answer: D
Terraform Registry is an index of modules shared publicly using this protocol. This public registry is the easiest way to get started with Terraform and find modules created by others in the community.
Reference:
https://www.terraform.io/docs/language/modules/sources.html

37 Correct Answer: D
Reference:https://www.terraform.io/docs/cli/commands/init.html

 

38 Correct Answer: AB

39 Correct Answer: B
The variable declaration can also include a default argument.
Reference:
https://www.terraform.io/docs/language/values/variables.html

40 Correct Answer: C