A new "global network" product has been released by AWS (see references), I would like to be able to use it in terraform.
Suggested resource names (not wedded to any of them):
resource "aws_global_network" "network" {
description = "this is a test network"
tags = {
Name = "test-network"
}
}
resource "aws_globalnetwork_transit_gateway_registration" "transit_gateway" {
network = "${aws_networkmanager_global_network.network}"
transit_gateway = "${aws_ec2_transit_gateway.gateway.id}"
}
I will be working on this along with @j-nix, we propose the following updated resource list:
@Omarimcblack any progress on the new proposed resources? I am really excited about your work!
I believe the work is on-going at https://github.com/terraform-providers/terraform-provider-aws/pull/13251
Most helpful comment
I will be working on this along with @j-nix, we propose the following updated resource list: