Provides a global network resource.
resource "aws_networkmanager_global_network" "example" {
description = "example"
}
This resource supports the following arguments:
description
- (Optional) Description of the Global Network.tags
- (Optional) Key-value tags for the Global Network. If configured with a provider default_tags
configuration block present, tags with matching keys will overwrite those defined at the provider-level.This resource exports the following attributes in addition to the arguments above:
arn
- Global Network Amazon Resource Name (ARN)tags_all
- A map of tags assigned to the resource, including those inherited from the provider default_tags
configuration block.In Terraform v1.5.0 and later, use an import
block to import aws_networkmanager_global_network
using the global network ID. For example:
import {
to = aws_networkmanager_global_network.example
id = "global-network-0d47f6t230mz46dy4"
}
Using terraform import
, import aws_networkmanager_global_network
using the global network ID. For example:
% terraform import aws_networkmanager_global_network.example global-network-0d47f6t230mz46dy4