postgresql_cluster icon indicating copy to clipboard operation
postgresql_cluster copied to clipboard

AWS: Create a VPC, if no default

Open vitabaks opened this issue 1 year ago • 0 comments

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

vitabaks avatar Oct 11 '24 12:10 vitabaks