List of questions
Related questions
Question 42 - Terraform Associate 003 discussion
You are using a networking module in your Terraform configuration with the name label my-network. In your main configuration you have the following code:
When you run terraform validate, you get the following error:
What must you do to successfully retrieve this value from your networking module?
A.
Change the reference value to my-network,outputs,vmet_id
B.
Define the attribute vmet_id as a variable in the networking modeule
C.
Define the attribute vnet_id as an output in the networking module
D.
Change the reference value module.my,network,outputs,vnet_id
Your answer:
0 comments
Sorted by
Leave a comment first