github.com/jpreese/tflint@v0.19.2-0.20200908152133-b01686250fb6/rules/awsrules/models/mappings/launch-configuration.hcl (about)

     1  import = "aws-sdk-go/models/apis/ec2/2016-11-15/api-2.json"
     2  
     3  // NOTE: `aws_launch_configuration` mapping is already defined in autoscaling.hcl
     4  //       The following mapping is to import ec2 types.
     5  mapping "aws_launch_configuration" {
     6    instance_type = InstanceType
     7  }