Skip to content

Commit

Permalink
update provider version
Browse files Browse the repository at this point in the history
  • Loading branch information
jdongo-aneo committed Oct 23, 2024
1 parent d5d606b commit 60e8bf1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion container-registry/aws/ecr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This module must be used with these constraints:
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.0 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5.4.0 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5.69.0 |
| <a name="requirement_null"></a> [null](#requirement\_null) | ~> 3.2.1 |
| <a name="requirement_skopeo2"></a> [skopeo2](#requirement\_skopeo2) | ~> 1.1.1 |

Expand Down
2 changes: 1 addition & 1 deletion container-registry/aws/ecr/examples/complete/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform destroy
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.0 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | ~> 5.69.0 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5.69.0 |
| <a name="requirement_external"></a> [external](#requirement\_external) | ~> 2.3.1 |
| <a name="requirement_null"></a> [null](#requirement\_null) | ~> 3.2.1 |

Expand Down
2 changes: 1 addition & 1 deletion container-registry/aws/ecr/examples/complete/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.69.0"
version = ">= 5.69.0"
}
external = {
source = "hashicorp/external"
Expand Down
2 changes: 1 addition & 1 deletion container-registry/aws/ecr/examples/simple/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform destroy
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.0 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | ~> 5.61.0 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5.69.0 |
| <a name="requirement_external"></a> [external](#requirement\_external) | ~> 2.3.1 |
| <a name="requirement_null"></a> [null](#requirement\_null) | ~> 3.2.1 |

Expand Down
2 changes: 1 addition & 1 deletion container-registry/aws/ecr/examples/simple/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.61.0"
version = ">= 5.69.0"
}
external = {
source = "hashicorp/external"
Expand Down
2 changes: 1 addition & 1 deletion container-registry/aws/ecr/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 5.4.0"
version = ">= 5.69.0"
}
skopeo2 = {
source = "bsquare-corp/skopeo2"
Expand Down

0 comments on commit 60e8bf1

Please sign in to comment.