github.com/jpreese/tflint@v0.19.2-0.20200908152133-b01686250fb6/rules/awsrules/models/mappings/mq.hcl (about) 1 import = "aws-sdk-go/models/apis/mq/2017-11-27/api-2.json" 2 3 mapping "aws_mq_broker" { 4 apply_immediately = any 5 auto_minor_version_upgrade = __boolean 6 broker_name = __string 7 configuration = ConfigurationId 8 deployment_mode = DeploymentMode 9 engine_type = any // EngineType 10 engine_version = __string 11 host_instance_type = __string 12 publicly_accessible = __boolean 13 security_groups = __listOf__string 14 subnet_ids = __listOf__string 15 maintenance_window_start_time = WeeklyStartTime 16 logs = Logs 17 user = __listOfUser 18 tags = __mapOf__string 19 } 20 21 mapping "aws_mq_configuration" { 22 data = __string 23 description = __string 24 engine_type = any // EngineType 25 engine_version = __string 26 name = __string 27 tags = __mapOf__string 28 }