realsensesolutions/Actions AWS Network Setup

Search or Create AWS VPC and network infrastructure

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
actionAction to perform: plan, apply, or destroynoapply
force-applyForce terraform apply even if resources already existnofalse
lock-timeoutTime to wait for a state lock to be releasedno5m
enable-nat-gatewayEnable NAT Gateway for IPv4 internet access from private subnetsnofalse
enable-egress-only-gatewayEnable Egress-Only Internet Gateway for IPv6 internet access from private subnetsnotrue
namedescription
vpc_idVPC ID
subnet_public_idFirst public subnet ID (backward compatibility)
subnet_private_idFirst private subnet ID (backward compatibility)
subnet_public_idsAll public subnet IDs (comma-separated)
subnet_private_idsAll private subnet IDs (comma-separated)
nat_gateway_idNAT Gateway ID
egress_only_gateway_idEgress-Only Internet Gateway ID
vpc_ipv6_cidr_blockVPC IPv6 CIDR block
sg_public_idPublic Security Group ID
sg_private_idPrivate Security Group ID