aboutsummaryrefslogtreecommitdiff
path: root/terraform/hash-loki/backend.tf
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2024-12-22 19:30:15 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2024-12-22 19:30:15 +0100
commit979ec08d3d35118f106559dc59c1961cd3534ba7 (patch)
tree5eed6a91277cc0326f5a1d7273cd3f6a9d2a2a60 /terraform/hash-loki/backend.tf
parent98cd7c1de49237ebc88b08c81d5a1ec0f98864c6 (diff)
downloadinfra-979ec08d3d35118f106559dc59c1961cd3534ba7.tar.gz
infra-979ec08d3d35118f106559dc59c1961cd3534ba7.tar.bz2
infra-979ec08d3d35118f106559dc59c1961cd3534ba7.tar.xz
infra-979ec08d3d35118f106559dc59c1961cd3534ba7.zip
loki
Diffstat (limited to 'terraform/hash-loki/backend.tf')
-rw-r--r--terraform/hash-loki/backend.tf16
1 files changed, 16 insertions, 0 deletions
diff --git a/terraform/hash-loki/backend.tf b/terraform/hash-loki/backend.tf
new file mode 100644
index 0000000..699df68
--- /dev/null
+++ b/terraform/hash-loki/backend.tf
@@ -0,0 +1,16 @@
+# Generated by Terragrunt. Sig: nIlQXj57tbuaRZEa
+terraform {
+ required_version = "~> 1.9.5"
+
+ backend "s3" {
+ bucket = "terraform-a6726272-73ff-11ed-8bdd-c79eb8376e05"
+ key = "hash-loki/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"
+ endpoints = { s3 : "https://eu-central-1.linodeobjects.com" }
+ }
+}