Skip to content

Commit 6b2f74a

Browse files
committed
update README.md
1 parent bdd5935 commit 6b2f74a

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,16 @@
1414
<p align="center">
1515

1616
<a href="https://www.terraform.io">
17-
<img src="https://img.shields.io/badge/Terraform-v0.15-green" alt="Terraform">
17+
<img src="https://img.shields.io/badge/Terraform-v1.1.7-green" alt="Terraform">
1818
</a>
1919
<a href="LICENSE.md">
20-
<img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="Licence">
20+
<img src="https://img.shields.io/badge/License-APACHE-blue.svg" alt="Licence">
21+
</a>
22+
<a href="https://github.com/clouddrove/terraform-aws-ec2/actions/workflows/tfsec.yml">
23+
<img src="https://github.com/clouddrove/terraform-aws-ec2/actions/workflows/tfsec.yml/badge.svg" alt="tfsec">
24+
</a>
25+
<a href="https://github.com/clouddrove/terraform-aws-ec2/actions/workflows/terraform.yml">
26+
<img src="https://github.com/clouddrove/terraform-aws-ec2/actions/workflows/terraform.yml/badge.svg" alt="static-checks">
2127
</a>
2228

2329

@@ -51,7 +57,7 @@ We have [*fifty plus terraform modules*][terraform_modules]. A few of them are c
5157

5258
This module has a few dependencies:
5359

54-
- [Terraform 0.13](https://learn.hashicorp.com/terraform/getting-started/install.html)
60+
- [Terraform 1.x.x](https://learn.hashicorp.com/terraform/getting-started/install.html)
5561
- [Go](https://golang.org/doc/install)
5662
- [github.com/stretchr/testify/assert](https://github.com/stretchr/testify)
5763
- [github.com/gruntwork-io/terratest/modules/terraform](https://github.com/gruntwork-io/terratest)
@@ -231,8 +237,8 @@ Here is examples of how you can use this module in your inventory structure:
231237
| instance\_profile\_enabled | Flag to control the instance profile creation. | `bool` | `false` | no |
232238
| instance\_tags | Instance tags. | `map(any)` | `{}` | no |
233239
| instance\_type | The type of instance to start. Updates to this field will trigger a stop/start of the EC2 instance. | `string` | n/a | yes |
234-
| ipv6\_address\_count | Number of IPv6 addresses to associate with the primary network interface. Amazon EC2 chooses the IPv6 addresses from the range of your subnet. | `number` | `0` | no |
235-
| ipv6\_addresses | List of IPv6 addresses from the range of the subnet to associate with the primary network interface. | `list(any)` | `[]` | no |
240+
| ipv6\_address\_count | Number of IPv6 addresses to associate with the primary network interface. Amazon EC2 chooses the IPv6 addresses from the range of your subnet. | `number` | `null` | no |
241+
| ipv6\_addresses | List of IPv6 addresses from the range of the subnet to associate with the primary network interface. | `list(any)` | `null` | no |
236242
| key\_name | The key name to use for the instance. | `string` | `""` | no |
237243
| kms\_key\_id | The ARN for the KMS encryption key. When specifying kms\_key\_id, encrypted needs to be set to true. | `string` | `""` | no |
238244
| label\_order | Label order, e.g. `name`,`application`. | `list(any)` | `[]` | no |

0 commit comments

Comments
 (0)