The AWS::GameLift::Location resource creates an Amazon GameLift (GameLift) custom location.
resource "awscc_gamelift_location" "example" {
location_name = "custom-example"
tags = [{
key = "Modified By"
value = "AWSCC"
}]
}
location_name
(String)tags
(Attributes Set) An array of key-value pairs to apply to this resource. (see below for nested schema)id
(String) Uniquely identifies the resource.location_arn
(String)tags
Required:
key
(String) The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length.value
(String) The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length.Import is supported using the following syntax:
$ terraform import awscc_gamelift_location.example <resource ID>