You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes the AWS account won't have more space to create VPC or Internet Gateways and so on, in that case we need a way to expose through the module a way to configure the vpc_id and the subnet_id that way users can provide their own vpc and subnet (pre configured for working in a EC2-Client account) and still take advantage of this module.
This would be the steps:
Add an Existing Subnet in ec2.tf and add an existing VPC to security_group.tf.
Your VPC will have to be associated to everything that's explained above and with the correct rules.
Thanks!
The text was updated successfully, but these errors were encountered:
Sometimes the AWS account won't have more space to create VPC or Internet Gateways and so on, in that case we need a way to expose through the module a way to configure the
vpc_id
and thesubnet_id
that way users can provide their own vpc and subnet (pre configured for working in a EC2-Client account) and still take advantage of this module.This would be the steps:
ec2.tf
and add an existing VPC tosecurity_group.tf
.Thanks!
The text was updated successfully, but these errors were encountered: