Skip to content

Commit 2c57668

Browse files
authored
fix: Backwards compatibility in 4.x.x series in iam-user submodule (#212)
1 parent 4f6b295 commit 2c57668

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/iam-user/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ This module outputs commands and PGP messages which can be decrypted either usin
2424
| Name | Version |
2525
|------|---------|
2626
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.12.6 |
27-
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.1.0 |
27+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 2.50 |
2828

2929
## Providers
3030

3131
| Name | Version |
3232
|------|---------|
33-
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 4.1.0 |
33+
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 2.50 |
3434

3535
## Modules
3636

modules/iam-user/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 = ">= 4.1.0"
7+
version = ">= 2.50"
88
}
99
}
1010
}

0 commit comments

Comments
 (0)