Skip to content

Commit

Permalink
feature: redis with aws tf version 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolnagpal committed Jun 9, 2023
1 parent d80101b commit 870516b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions.tf
Expand Up @@ -5,7 +5,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 5.1.0"
version = "~> 4.0"
}
}
}

0 comments on commit 870516b

Please sign in to comment.