awscc_gamelift_location (Resource)

The AWS::GameLift::Location resource creates an Amazon GameLift (GameLift) custom location.

Example Usage

Basic

resource "awscc_gamelift_location" "example" {
  location_name = "custom-example"

  tags = [{
    key   = "Modified By"
    value = "AWSCC"
  }]
}

Schema

Required

Optional

Read-Only

Nested Schema for tags

Required:

Import

Import is supported using the following syntax:

$ terraform import awscc_gamelift_location.example <resource ID>