github.com/terraform-linters/tflint@v0.51.2-0.20240520175844-3750771571b6/tflint/test-fixtures/no_modules/resource.tf (about) 1 resource "aws_instance" "web" { 2 ami = "ami-b73b63a0" 3 instance_type = "t1.2xlarge" 4 5 tags { 6 Name = "HelloWorld" 7 } 8 }