Exam (elaborations)
Hashicorp Terraform Associate questions with correct answers
- Course
- Institution
What command can you use to display details about the resource as shown below? resource "aws_internet_gateway" "demo" { vpc_id = aws_ tags = { Name = "demo_igw" } } CORRECT ANSWER terraform state show aws_internet_ Your organization has multiple engineers that have permission to manage...
[Show more]