ec2-with-eip
garrotemar/ec2-with-eip/module
Terraform Module
HCL
MODULE
Install
module "ec2-with-eip" {
source = "garrotemar/ec2-with-eip/module"
version = "1.0.2"
}
README
terraform-module-ec2-with-eip
Inputs (7)
| Name | Type | Description | Default |
|---|---|---|---|
| vpc_id | string | required | |
| project_name | string | required | |
| environment | string | required | |
| ami | string | required | |
| instance_type | string | required | |
| key_name | string | required | |
| subnet_id | string | required |
Outputs (2)
sg_ideipResources (3)
aws_eipaws_instanceaws_security_group
Details
FrameworkTerraform Module
LanguageHCL
Version1.0.2
Cloud MODULE
★ Stars0
Forks0
Total downloads782
Inputs7
Outputs2
Resources3
Namespacegarrotemar
Updated