aboutsummaryrefslogtreecommitdiff
path: root/terraform/hash-prometheus/backend.tf
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2024-09-29 20:02:39 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2024-09-29 20:02:39 +0200
commit0d13a5b4a2392200e78c8e15aa59044ec18eea16 (patch)
tree6fefc67b3e9cf2d7183eb870f03c589303f5e881 /terraform/hash-prometheus/backend.tf
parentbfffb5e3ca2d548064a783a8800ee3a829d50d17 (diff)
downloadinfra-0d13a5b4a2392200e78c8e15aa59044ec18eea16.tar.gz
infra-0d13a5b4a2392200e78c8e15aa59044ec18eea16.tar.bz2
infra-0d13a5b4a2392200e78c8e15aa59044ec18eea16.tar.xz
infra-0d13a5b4a2392200e78c8e15aa59044ec18eea16.zip
prometheus
Diffstat (limited to 'terraform/hash-prometheus/backend.tf')
-rw-r--r--terraform/hash-prometheus/backend.tf4
1 files changed, 3 insertions, 1 deletions
diff --git a/terraform/hash-prometheus/backend.tf b/terraform/hash-prometheus/backend.tf
index 3913062..ab991d8 100644
--- a/terraform/hash-prometheus/backend.tf
+++ b/terraform/hash-prometheus/backend.tf
@@ -4,9 +4,11 @@ terraform {
bucket = "terraform-a6726272-73ff-11ed-8bdd-c79eb8376e05"
key = "hash-prometheus/terraform.tfstate"
skip_region_validation = true
+ skip_requesting_account_id =true
skip_credentials_validation = true
skip_metadata_api_check = true
+ skip_s3_checksum = true
region = "eu-central-1"
- endpoint = "eu-central-1.linodeobjects.com"
+ endpoints = { s3: "https://eu-central-1.linodeobjects.com" }
}
}