ExamGecko
Question list
Search
Search

Question 89 - Terraform Associate 003 discussion

Report
Export

Outside of the required_providers block, Terraform configurations always refer to providers by their local names.

A.
True
Answers
A.
True
B.
False
Answers
B.
False
Suggested answer: B

Explanation:

Outside of the required_providers block, Terraform configurations can refer to providers by either their local names or their source addresses. The local name is a short name that can be used throughout the configuration, while the source address is a global identifier for the provider in the format registry.terraform.io/namespace/type. For example, you can use either aws or registry.terraform.io/hashicorp/aws to refer to the AWS provider.

asked 18/09/2024
Bruce Baynes
27 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first