ExamGecko
Question list
Search
Search

Question 195 - Terraform Associate 003 discussion

Report
Export

What is the provider for the resource shown in the Exhibit?

resource 'aws_vpc' 'main' {

name = 'test'

}

A.

VPC

Answers
A.

VPC

B.

test

Answers
B.

test

C.

main

Answers
C.

main

D.

aws

Answers
D.

aws

Suggested answer: D

Explanation:

The provider for the aws_vpc resource is aws, as the resource type begins with aws_, which denotes that it is managed by the AWS provider.

References:

Terraform Providers

asked 29/10/2024
Bouchtig, Yassine
40 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first