File tree Expand file tree Collapse file tree 5 files changed +7
-6
lines changed
Expand file tree Collapse file tree 5 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -118,13 +118,13 @@ Examples codified under the [`examples`](https://github.com/terraform-aws-module
118118| Name | Version |
119119| ------| ---------|
120120| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.0 |
121- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 4.42 |
121+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 5.32 |
122122
123123## Providers
124124
125125| Name | Version |
126126| ------| ---------|
127- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 4.42 |
127+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 5.32 |
128128
129129## Modules
130130
Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ Note that this example may create resources which will incur monetary charges on
2424| Name | Version |
2525| ------| ---------|
2626| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.0 |
27- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 4.42 |
27+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 5.32 |
2828
2929## Providers
3030
3131| Name | Version |
3232| ------| ---------|
33- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 4.42 |
33+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 5.32 |
3434
3535## Modules
3636
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
44 required_providers {
55 aws = {
66 source = " hashicorp/aws"
7- version = " >= 4.42 "
7+ version = " >= 5.32 "
88 }
99 }
1010}
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ resource "aws_efs_file_system" "this" {
1818
1919 content {
2020 transition_to_ia = try (lifecycle_policy. value . transition_to_ia , null )
21+ transition_to_archive = try (lifecycle_policy. value . transition_to_archive , null )
2122 transition_to_primary_storage_class = try (lifecycle_policy. value . transition_to_primary_storage_class , null )
2223 }
2324 }
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
44 required_providers {
55 aws = {
66 source = " hashicorp/aws"
7- version = " >= 4.42 "
7+ version = " >= 5.32 "
88 }
99 }
1010}
You can’t perform that action at this time.
0 commit comments