postgresql_cluster
postgresql_cluster copied to clipboard
AWS: Create a VPC, if no default
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