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

     1  import = "aws-sdk-go/models/apis/servicediscovery/2017-03-14/api-2.json"
     2  
     3  mapping "aws_service_discovery_http_namespace" {
     4    name        = NamespaceName
     5    description = ResourceDescription
     6  }
     7  
     8  mapping "aws_service_discovery_private_dns_namespace" {
     9    name        = NamespaceName
    10    vpc         = ResourceId
    11    description = ResourceDescription
    12  }
    13  
    14  mapping "aws_service_discovery_public_dns_namespace" {
    15    name        = NamespaceName
    16    description = ResourceDescription
    17  }
    18  
    19  mapping "aws_service_discovery_service" {
    20    name                       = any // ServiceName
    21    description                = ResourceDescription
    22    dns_config                 = DnsConfig
    23    health_check_config        = HealthCheckConfig
    24    health_check_custom_config = HealthCheckCustomConfig
    25  }