We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e9aa0a + 10f0c4a commit c3ce624Copy full SHA for c3ce624
versions.tf
@@ -2,6 +2,6 @@ terraform {
2
required_version = "~> 0.12.20"
3
4
required_providers {
5
- aws = "~> 2.60"
+ aws = ">= 2.60"
6
}
7
0 commit comments