Skip to content

Commit

Permalink
Bump AWS provider required version as aws_elasticache_replication_gro…
Browse files Browse the repository at this point in the history
…up resource uses description and num_cache_clusters args for all new provider versions since 4.23. See https://registry.terraform.io/providers/hashicorp/aws/4.23.0/docs/resources/elasticache_replication_group (#41)
  • Loading branch information
renegaderyu authored Aug 31, 2023
1 parent 144b6ac commit c1cfd59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions modules/aws-asg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.14 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 3.50 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.23 |
| <a name="requirement_random"></a> [random](#requirement\_random) | ~> 3 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.46.0 |
| <a name="provider_random"></a> [random](#provider\_random) | 3.4.3 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 4.23 |
| <a name="provider_random"></a> [random](#provider\_random) | ~> 3 |

## Modules

Expand Down
2 changes: 1 addition & 1 deletion modules/aws-asg/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 3.50"
version = ">= 4.23"
}
random = {
source = "hashicorp/random"
Expand Down

0 comments on commit c1cfd59

Please sign in to comment.