Skip to content

Commit 9027e5c

Browse files
committed
Update required_providers
1 parent 06b49df commit 9027e5c

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,16 +69,16 @@ module "account_assignments" {
6969
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
7070
## Requirements
7171

72-
| Name | Version |
73-
|------|---------|
72+
| Name | Version |
73+
|------|-----------|
7474
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.13.7 |
75-
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 3.24.0 |
75+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.40.0 |
7676

7777
## Providers
7878

7979
| Name | Version |
8080
|------|---------|
81-
| <a name="provider_aws"></a> [aws](#provider\_aws) | 3.24.0 |
81+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.40.0 |
8282

8383
## Modules
8484

examples/all-in-one/version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
aws = {
66
source = "hashicorp/aws"
7-
version = ">=3.24.0"
7+
version = ">=4.40.0"
88
}
99
}
1010
}

examples/module-per-organizations-unit/version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
aws = {
66
source = "hashicorp/aws"
7-
version = ">=3.24.0"
7+
version = ">=4.40.0"
88
}
99
}
1010
}

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
aws = {
66
source = "hashicorp/aws"
7-
version = ">= 3.24.0"
7+
version = ">= 4.40.0"
88
}
99
}
1010
}

0 commit comments

Comments
 (0)