The AWS::NetworkManager::GlobalNetwork type specifies a global network of the user's account
resource "awscc_networkmanager_global_network" "example" {
description = "example"
tags = [{
key = "Modified By"
value = "AWSCC"
}]
}
created_at
(String) The date and time that the global network was created.description
(String) The description of the global network.state
(String) The state of the global network.tags
(Attributes Set) The tags for the global network. (see below for nested schema)arn
(String) The Amazon Resource Name (ARN) of the global network.global_network_id
(String) The ID of the global network.id
(String) Uniquely identifies the resource.tags
Required:
key
(String) The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.value
(String) The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.Import is supported using the following syntax:
$ terraform import awscc_networkmanager_global_network.example <resource ID>