opentofu/internal/command/testdata/validate-invalid/multiple_resources/main.tf

6 lines
69 B
Terraform
Raw Normal View History

2015-11-05 08:47:08 -06:00
resource "aws_instance" "web" {
}
resource "aws_instance" "web" {
}