awscc_location_map (Resource)

Definition of AWS::Location::Map Resource Type

Example Usage

Basic

resource "awscc_location_map" "example" {
  map_name = "example"

  configuration = {
    style = "VectorHereExplore"
  }
}

Schema

Required

Optional

Read-Only

Nested Schema for configuration

Required:

Optional:

Nested Schema for tags

Required:

Import

Import is supported using the following syntax:

$ terraform import awscc_location_map.example <resource ID>