aboutsummaryrefslogtreecommitdiffstats
path: root/terraform/main.tf
diff options
context:
space:
mode:
authorAlex Schofield <git@ajschof.me>2024-08-19 19:07:30 +0100
committerAlex Schofield <git@ajschof.me>2024-08-19 19:07:30 +0100
commit56b2c376a925132f3bf2c7e6cad4911400955129 (patch)
tree42446baa5ba43594352d78213b170cf48ea34d87 /terraform/main.tf
parente537bdef11d1d518d4df1c057f3624e3fe6da24d (diff)
downloadde-project-bentley-56b2c376a925132f3bf2c7e6cad4911400955129.tar.gz
de-project-bentley-56b2c376a925132f3bf2c7e6cad4911400955129.zip
infra(tf): enforce version constraint on terraform
Diffstat (limited to 'terraform/main.tf')
-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