Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS: Create a VPC, if no default #789

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from
Draft

AWS: Create a VPC, if no default #789

wants to merge 9 commits into from

Conversation

vitabaks
Copy link
Owner

@vitabaks vitabaks commented Oct 11, 2024

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: #788

@vitabaks vitabaks added the enhancement Improvement of the current functionality label Oct 11, 2024
@vitabaks vitabaks self-assigned this Oct 11, 2024
@vitabaks vitabaks marked this pull request as draft October 12, 2024 21:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement of the current functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant