initial commit of replacement infrastructure automation
[awsible] / infrastructure / modules / management-stack / version.tf
diff --git a/infrastructure/modules/management-stack/version.tf b/infrastructure/modules/management-stack/version.tf
new file mode 100644 (file)
index 0000000..353643f
--- /dev/null
@@ -0,0 +1,3 @@
+terraform {
+       required_version = ">= 0.10.2"
+}