github.com/terraform-linters/tflint@v0.51.2-0.20240520175844-3750771571b6/integrationtest/autofix/conflict_fix/main.tf (about)

     1  // autofixed
     2  resource "aws_instance" "autofixed_foo" {
     3    instance_type = "[AUTO_FIXED]"
     4  }