@@ -19,14 +19,14 @@ Note that this example may create resources which can cost money. Run `terraform
19
19
20
20
| Name | Version |
21
21
| ------| ---------|
22
- | <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.0 |
23
- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 4.66 |
22
+ | <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.10 |
23
+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 6.0 |
24
24
25
25
## Providers
26
26
27
27
| Name | Version |
28
28
| ------| ---------|
29
- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 4.66 |
29
+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 6.0 |
30
30
31
31
## Modules
32
32
@@ -44,8 +44,8 @@ Note that this example may create resources which can cost money. Run `terraform
44
44
| <a name =" module_ec2_t2_unlimited " ></a > [ ec2\_ t2\_ unlimited] ( #module\_ ec2\_ t2\_ unlimited ) | ../../ | n/a |
45
45
| <a name =" module_ec2_t3_unlimited " ></a > [ ec2\_ t3\_ unlimited] ( #module\_ ec2\_ t3\_ unlimited ) | ../../ | n/a |
46
46
| <a name =" module_ec2_targeted_capacity_reservation " ></a > [ ec2\_ targeted\_ capacity\_ reservation] ( #module\_ ec2\_ targeted\_ capacity\_ reservation ) | ../../ | n/a |
47
- | <a name =" module_security_group " ></a > [ security\_ group] ( #module\_ security\_ group ) | terraform-aws-modules/security-group/aws | ~ > 4 .0 |
48
- | <a name =" module_vpc " ></a > [ vpc] ( #module\_ vpc ) | terraform-aws-modules/vpc/aws | ~ > 5 .0 |
47
+ | <a name =" module_security_group " ></a > [ security\_ group] ( #module\_ security\_ group ) | terraform-aws-modules/security-group/aws | ~ > 5 .0 |
48
+ | <a name =" module_vpc " ></a > [ vpc] ( #module\_ vpc ) | terraform-aws-modules/vpc/aws | ~ > 6 .0 |
49
49
50
50
## Resources
51
51
@@ -57,7 +57,6 @@ Note that this example may create resources which can cost money. Run `terraform
57
57
| [ aws_network_interface.this] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/network_interface ) | resource |
58
58
| [ aws_placement_group.web] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/placement_group ) | resource |
59
59
| [ aws_ami.amazon_linux] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ami ) | data source |
60
- | [ aws_ami.amazon_linux_23] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ami ) | data source |
61
60
| [ aws_availability_zones.available] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/availability_zones ) | data source |
62
61
63
62
## Inputs
0 commit comments