Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
use terraform-aws-provider 4x for num_cache_clusters
Update minimum version of terraform aws provider to support num_cache_clusters
#160 (comment)
  • Loading branch information
ismailyenigul authored May 26, 2022
commit 2f47ef450f2d3f4f6e77ad80c9c04ac0d0a5e18c
2 changes: 1 addition & 1 deletion 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.26"
version = ">= 4.15"
}
}
}