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.
1 parent e11869b commit d34fc80Copy full SHA for d34fc80
versions.tf
@@ -3,7 +3,7 @@ terraform {
3
required_version = ">= 0.12.19"
4
5
required_providers {
6
- aws = "~> 2.69"
+ aws = ">= 2.69"
7
random = ">= 2.2.0"
8
}
9
0 commit comments