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 ac21d5e commit 5fbffedCopy full SHA for 5fbffed
versions.tf
@@ -1,4 +1,10 @@
1
terraform {
2
required_version = ">= 1.0.0"
3
experiments = [module_variable_optional_attrs]
4
+ required_providers {
5
+ aws = {
6
+ source = "hashicorp/aws"
7
+ version = ">= 3.73.0"
8
+ }
9
10
}
0 commit comments