HashiCorp Terraform-Associate-003 Question Answer
What is the provider for this resource?
Vpc
Test
Main
aws
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.
TESTED 31 Oct 2025
Copyright © 2014-2025 ACE4Sure. All Rights Reserved