Sanitize company references and update Vault/Grafana endpoints
Some checks failed
terraform-dev / validate (push) Failing after 18s
terraform-dev / plan (push) Has been skipped
terraform-dev / apply (push) Has been skipped

This commit is contained in:
Alexandr
2026-03-25 07:11:12 +03:00
parent 558a23d916
commit 5b4c925e99
8 changed files with 14 additions and 54 deletions

View File

@ -8,17 +8,4 @@ terraform {
source = "hashicorp/vault"
}
}
backend "s3" {
endpoints = {
s3 = "https://storage.yandexcloud.net" }
bucket = "monitoring-vcmt-core-deploy"
region = "ru-central1"
key = "a.dibrov-practic/terraform.tfstate"
skip_region_validation = true
skip_credentials_validation = true
skip_requesting_account_id = true
skip_s3_checksum = true
skip_metadata_api_check = true
}
}