module "ec2_instance" {
source = "github.com/devops-adeel/terraform-aws-ec2?ref=v0.1.0"
application = "foo"
api_name = "bar"
hcp_bucket = "bucket_1234"
}
Name |
Version |
aws |
4.54.0 |
hcp |
0.53.0 |
Name |
Version |
aws |
4.54.0 |
hcp |
0.53.0 |
Name |
Description |
Type |
Default |
Required |
api_name |
The name of the application to be used as common-name |
string |
n/a |
yes |
application |
The name of the application to be used as domain-name |
string |
n/a |
yes |
hcp_bucket |
Bucket name where HCP Packer image is referenced |
string |
n/a |
yes |
No outputs.