ExamGecko
Question list
Search
Search

Question 169 - Terraform Associate 003 discussion

Report
Export

What is the provider for this resource?

A.
Vpc
Answers
A.
Vpc
B.
Test
Answers
B.
Test
C.
Main
Answers
C.
Main
D.
aws
Answers
D.
aws
Suggested answer: D

Explanation:

In the given Terraform configuration snippet:

resource 'aws_vpc' 'main' {

name = 'test'

}

The provider for the resource aws_vpc is aws. The provider is specified by the prefix of the resource type. In this case, aws_vpc indicates that the resource type vpc is provided by the aws provider.

Terraform documentation on providers: Terraform Providers


asked 18/09/2024
Farid Tannouch
34 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first