QuestionQ71
Terraform configurationThe following resource block is displayed in the Exhibit area of this page.
resource “aws_vpc” “main” \{
name = “test”
\}
What provider is used for this resource?
- A main
- B vpc
- C aws
- D test
The following resource block is displayed in the Exhibit area of this page.
resource “aws_vpc” “main” \{
name = “test”
\}
What provider is used for this resource?
Community Discussion