Resource: aws_location_tracker

Provides a Location Service Tracker.

Example Usage

resource "aws_location_tracker" "example" {
  tracker_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:

Import

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

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

Using terraform import, import aws_location_tracker resources using the tracker name. For example:

% terraform import aws_location_tracker.example example