Skip to content
Closed
Changes from all commits
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
2 changes: 1 addition & 1 deletion modules/remote-state/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ terraform {
# We were previously pinning this to <=1.8.0, but changing this each time we had a new version was a pain. As
# a compromise, we'll pin to a minimum version, but allow any patch version below 2.0.0 and we will make sure
# that if we make any major/breaking changes in cloudposse/utils, we'll increment to 2.0.0.
version = ">= 1.7.1, < 2.0.0"
version = "< 3.0.0"
}
}
}
Loading