github.com/terraform-linters/tflint@v0.51.2-0.20240520175844-3750771571b6/terraform/test-fixtures/v0.15.0_module/module.tf (about)

     1  module "instance" {
     2    source = "./ec2"
     3    ami_id = "ami-1234abcd"
     4  }
     5  
     6  module "consul" {
     7     source = "hashicorp/consul/aws"
     8     version = "0.9.0"
     9  }
    10  
    11  module "no_source" {}