Resource: aws_location_geofence_collection

Terraform resource for managing an AWS Location Geofence Collection.

Example Usage

resource "aws_location_geofence_collection" "example" {
  collection_name = "example"
}

Argument Reference

The following arguments are required:

The following arguments are optional:

Attribute Reference

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

Timeouts

Configuration options:

Import

In Terraform v1.5.0 and later, use an import block to import Location Geofence Collection using the collection_name. For example:

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

Using terraform import, import Location Geofence Collection using the collection_name. For example:

% terraform import aws_location_geofence_collection.example example