This is a demo project to show how to automatically generate documentations of Terraform modules with terraform-docs using terraform-docs/gh-actions.
- Terraform v0.12+
- terraform-docs v0.16+
- terraform-docs/gh-actions v1.0+
Name | Version |
---|---|
aws | ~> 2.20.0 |
consul | >= 2.4.0 |
Name | Version |
---|---|
aws | ~> 2.20.0 |
consul | >= 2.4.0 |
No modules.
Name | Type |
---|---|
aws_acm_certificate.test-cert | data source |
consul_key.test | data source |
Name | Description | Type | Default | Required |
---|---|---|---|---|
subnet_ids | A list of subnet ids to use | list(string) |
n/a | yes |
vpc_id | The id of the vpc | string |
n/a | yes |
extra_environment | List of additional environment variables | list(object({ |
[] |
no |
extra_tags | Additional tags | map(string) |
{} |
no |
instance_count | Number of instances to create | number |
1 |
no |
instance_name | Instance name prefix | string |
"test-" |
no |
Name | Description |
---|---|
vpc_id | The Id of the VPC |
MIT License - Copyright (c) 2022 The terraform-docs Authors.