“fmt”

This commit is contained in:
CC
2026-06-19 08:47:47 +01:00
parent 3935312ae1
commit bae9a8a60a
11 changed files with 103 additions and 103 deletions

View File

@@ -1,18 +1,18 @@
terraform {
backend "s3" {
bucket = "terraform"
key = "n8n/terraform.tfstate"
access_key = "GK242d456c0692a9d4cc102206"
bucket = "terraform"
key = "n8n/terraform.tfstate"
access_key = "GK242d456c0692a9d4cc102206"
secret_key = "1d7e22b7a8892cb11b569017659aa511b37b53287c4d1699c310d9f8ac76df09"
region = "garage"
endpoints = {
s3 = "http://192.168.10.109:3900"
}
s3 = "http://192.168.10.109:3900"
}
skip_credentials_validation = true
skip_requesting_account_id = true
skip_metadata_api_check = true
skip_region_validation = true
use_path_style = true
use_lockfile = true
}
}
}