github.com/terraform-linters/tflint@v0.51.2-0.20240520175844-3750771571b6/integrationtest/autofix/conflict_fix/main.tf.fixed (about) 1 # autofixed 2 resource "aws_instance" "autofixed_foo" { 3 instance_type = "t2.micro" # autofixed 4 }