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 499b1a6 commit 5b68b7bCopy full SHA for 5b68b7b
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