File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -36,14 +36,14 @@ Note that this example may create resources which cost money. Run `terraform des
36
36
37
37
| Name | Source | Version |
38
38
| ------| --------| ---------|
39
- | <a name =" module_acm " ></a > [ acm] ( #module\_ acm ) | terraform-aws-modules/acm/aws | ~ > 6 .0 |
39
+ | <a name =" module_acm " ></a > [ acm] ( #module\_ acm ) | terraform-aws-modules/acm/aws | ~ > 5 .0 |
40
40
| <a name =" module_alb " ></a > [ alb] ( #module\_ alb ) | ../../ | n/a |
41
41
| <a name =" module_alb_disabled " ></a > [ alb\_ disabled] ( #module\_ alb\_ disabled ) | ../../ | n/a |
42
42
| <a name =" module_lambda_with_allowed_triggers " ></a > [ lambda\_ with\_ allowed\_ triggers] ( #module\_ lambda\_ with\_ allowed\_ triggers ) | terraform-aws-modules/lambda/aws | ~ > 8.0 |
43
43
| <a name =" module_lambda_without_allowed_triggers " ></a > [ lambda\_ without\_ allowed\_ triggers] ( #module\_ lambda\_ without\_ allowed\_ triggers ) | terraform-aws-modules/lambda/aws | ~ > 8.0 |
44
44
| <a name =" module_log_bucket " ></a > [ log\_ bucket] ( #module\_ log\_ bucket ) | terraform-aws-modules/s3-bucket/aws | ~ > 5.0 |
45
45
| <a name =" module_vpc " ></a > [ vpc] ( #module\_ vpc ) | terraform-aws-modules/vpc/aws | ~ > 6.0 |
46
- | <a name =" module_wildcard_cert " ></a > [ wildcard\_ cert] ( #module\_ wildcard\_ cert ) | terraform-aws-modules/acm/aws | ~ > 6 .0 |
46
+ | <a name =" module_wildcard_cert " ></a > [ wildcard\_ cert] ( #module\_ wildcard\_ cert ) | terraform-aws-modules/acm/aws | ~ > 5 .0 |
47
47
48
48
## Resources
49
49
Original file line number Diff line number Diff line change @@ -545,7 +545,7 @@ data "aws_route53_zone" "this" {
545
545
546
546
module "acm" {
547
547
source = " terraform-aws-modules/acm/aws"
548
- version = " ~> 6 .0"
548
+ version = " ~> 5 .0"
549
549
550
550
domain_name = var. domain_name
551
551
zone_id = data. aws_route53_zone . this . id
@@ -556,7 +556,7 @@ module "acm" {
556
556
557
557
module "wildcard_cert" {
558
558
source = " terraform-aws-modules/acm/aws"
559
- version = " ~> 6 .0"
559
+ version = " ~> 5 .0"
560
560
561
561
domain_name = " *.${ var . domain_name } "
562
562
zone_id = data. aws_route53_zone . this . id
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Note that this example may create resources which cost money. Run `terraform des
32
32
33
33
| Name | Source | Version |
34
34
| ------| --------| ---------|
35
- | <a name =" module_acm " ></a > [ acm] ( #module\_ acm ) | terraform-aws-modules/acm/aws | ~ > 6 .0 |
35
+ | <a name =" module_acm " ></a > [ acm] ( #module\_ acm ) | terraform-aws-modules/acm/aws | ~ > 5 .0 |
36
36
| <a name =" module_log_bucket " ></a > [ log\_ bucket] ( #module\_ log\_ bucket ) | terraform-aws-modules/s3-bucket/aws | ~ > 5.0 |
37
37
| <a name =" module_nlb " ></a > [ nlb] ( #module\_ nlb ) | ../../ | n/a |
38
38
| <a name =" module_vpc " ></a > [ vpc] ( #module\_ vpc ) | terraform-aws-modules/vpc/aws | ~ > 6.0 |
Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ data "aws_route53_zone" "this" {
195
195
196
196
module "acm" {
197
197
source = " terraform-aws-modules/acm/aws"
198
- version = " ~> 6 .0"
198
+ version = " ~> 5 .0"
199
199
200
200
domain_name = var. domain_name
201
201
zone_id = data. aws_route53_zone . this . id
You can’t perform that action at this time.
0 commit comments