aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--terraform/main.tf1
1 files changed, 1 insertions, 0 deletions
diff --git a/terraform/main.tf b/terraform/main.tf
index 310a251..206fc74 100644
--- a/terraform/main.tf
+++ b/terraform/main.tf
@@ -1,4 +1,5 @@
terraform {
+ required_version = ">= 1.8.0"
required_providers {
aws = {
source = "hashicorp/aws"
git.ajschof.me — hosted by ajschofield — powered by cgit