Open vitabaks opened 1 month ago
If the network is not specified, check for the default VPC. If no default VPC is found, a new VPC and subnet are created automatically.
New variables:
aws_vpc_name
aws_vpc_cidr
aws_subnet_cidr
Related: https://github.com/vitabaks/postgresql_cluster/discussions/788
If the network is not specified, check for the default VPC. If no default VPC is found, a new VPC and subnet are created automatically.
New variables:
aws_vpc_name
, default 'postgres-cluster-vpc'aws_vpc_cidr
, default '10.0.0.0/16'aws_subnet_cidr
, default '10.0.1.0/24'Related: https://github.com/vitabaks/postgresql_cluster/discussions/788