Resource: aws_location_map

Provides a Location Service Map.

Example Usage

resource "aws_location_map" "example" {
  configuration {
    style = "VectorHereBerlin"
  }

  map_name = "example"
}

Argument Reference

The following arguments are required:

The following arguments are optional:

configuration

The following arguments are required:

Attribute Reference

This resource exports the following attributes in addition to the arguments above:

Import

In Terraform v1.5.0 and later, use an import block to import aws_location_map resources using the map name. For example:

import {
  to = aws_location_map.example
  id = "example"
}

Using terraform import, import aws_location_map resources using the map name. For example:

% terraform import aws_location_map.example example