realsensesolutions/Actions AWS Network Setup
Search or Create AWS VPC and network infrastructure
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| action | Action to perform: plan, apply, or destroy | no | apply |
| force-apply | Force terraform apply even if resources already exist | no | false |
| lock-timeout | Time to wait for a state lock to be released | no | 5m |
| enable-nat-gateway | Enable NAT Gateway for IPv4 internet access from private subnets | no | false |
| enable-egress-only-gateway | Enable Egress-Only Internet Gateway for IPv6 internet access from private subnets | no | true |
Outputs
| name | description |
|---|---|
| vpc_id | VPC ID |
| subnet_public_id | First public subnet ID (backward compatibility) |
| subnet_private_id | First private subnet ID (backward compatibility) |
| subnet_public_ids | All public subnet IDs (comma-separated) |
| subnet_private_ids | All private subnet IDs (comma-separated) |
| nat_gateway_id | NAT Gateway ID |
| egress_only_gateway_id | Egress-Only Internet Gateway ID |
| vpc_ipv6_cidr_block | VPC IPv6 CIDR block |
| sg_public_id | Public Security Group ID |
| sg_private_id | Private Security Group ID |