update
This commit is contained in:
@@ -15,7 +15,7 @@ resource "aws_route" "route-private-rt-datasaker-iac-0-0-0-0--0" {
|
||||
|
||||
resource "aws_subnet" "sbn-iac-a" {
|
||||
availability_zone = "ap-northeast-2a"
|
||||
cidr_block = "172.21.4.0/24"
|
||||
cidr_block = "172.21.16.0/23"
|
||||
enable_resource_name_dns_a_record_on_launch = true
|
||||
private_dns_hostname_type_on_launch = "resource-name"
|
||||
tags = {
|
||||
@@ -30,7 +30,7 @@ resource "aws_subnet" "sbn-iac-a" {
|
||||
|
||||
resource "aws_subnet" "sbn-iac-b" {
|
||||
availability_zone = "ap-northeast-2b"
|
||||
cidr_block = "172.21.5.0/24"
|
||||
cidr_block = "172.21.18.0/23"
|
||||
enable_resource_name_dns_a_record_on_launch = true
|
||||
private_dns_hostname_type_on_launch = "resource-name"
|
||||
tags = {
|
||||
@@ -45,7 +45,7 @@ resource "aws_subnet" "sbn-iac-b" {
|
||||
|
||||
resource "aws_subnet" "sbn-iac-c" {
|
||||
availability_zone = "ap-northeast-2c"
|
||||
cidr_block = "172.21.6.0/24"
|
||||
cidr_block = "172.21.20.0/23"
|
||||
enable_resource_name_dns_a_record_on_launch = true
|
||||
private_dns_hostname_type_on_launch = "resource-name"
|
||||
tags = {
|
||||
|
||||
Reference in New Issue
Block a user