This commit is contained in:
exhsgahm
2022-09-16 12:25:27 +09:00
parent f068be9215
commit 8c9fa0bcb3
50 changed files with 13524 additions and 2589 deletions

View File

@@ -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 = {