0
0
llucycodes42
The code creates an instance of the aws_nat_gateway resource, which can be used to configure an AWS NAT gateway.
Shortcut: tf_aws_nat_gateway
resource "aws_nat_gateway" "${MyAWSResource}" {
}
0
0
llucycodes42
The code creates an instance of the aws_nat_gateway resource, which can be used to configure an AWS NAT gateway.
Shortcut: tf_aws_nat_gateway
resource "aws_nat_gateway" "${MyAWSResource}" {
}