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 e939297 + 5b68b7b commit 0dbb62dCopy full SHA for 0dbb62d
modules/ssm/versions.tf
@@ -0,0 +1,10 @@
1
+terraform {
2
+ required_version = ">= 0.14.1"
3
+
4
+ required_providers {
5
+ aws = {
6
+ source = "hashicorp/aws"
7
+ version = ">= 3.38"
8
+ }
9
10
+}
0 commit comments