From 8ceb4bbe219230a7e8297f7bd78c141202454dba Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 3 Nov 2024 17:13:56 +0100 Subject: unifi --- terraform/unifi-controller/backend.tf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'terraform/unifi-controller/backend.tf') diff --git a/terraform/unifi-controller/backend.tf b/terraform/unifi-controller/backend.tf index 5f2d6d0..bebc5a5 100644 --- a/terraform/unifi-controller/backend.tf +++ b/terraform/unifi-controller/backend.tf @@ -1,12 +1,16 @@ # Generated by Terragrunt. Sig: nIlQXj57tbuaRZEa terraform { + required_version = "~> 1.9.5" + backend "s3" { bucket = "terraform-a6726272-73ff-11ed-8bdd-c79eb8376e05" key = "unifi-controller/terraform.tfstate" skip_region_validation = true skip_credentials_validation = true skip_metadata_api_check = true + skip_requesting_account_id = true + skip_s3_checksum = true region = "eu-central-1" - endpoint = "eu-central-1.linodeobjects.com" + endpoints = { s3 : "https://eu-central-1.linodeobjects.com" } } } -- cgit v1.2.3