Skip to content

Commit

Permalink
Bump Terraform AWS provider from version 3 to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
smaboshe committed Dec 12, 2024
1 parent 96643b1 commit e82a86b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions modules/elasticache-review/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 3.45"
version = "~> 4.0"
}
archive = {
source = "hashicorp/archive"
Expand All @@ -15,4 +15,4 @@ terraform {
version = "~> 3.0"
}
}
}
}
4 changes: 2 additions & 2 deletions modules/rds-review/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 3.45"
version = "~> 4.0"
}
archive = {
source = "hashicorp/archive"
Expand All @@ -15,4 +15,4 @@ terraform {
version = "~> 3.0"
}
}
}
}

0 comments on commit e82a86b

Please sign in to comment.