diff --git a/ansible/files/csi-secret-cinderplugin.yaml.codfw1dev.crypt b/ansible/files/csi-secret-cinderplugin.yaml.codfw1dev.crypt index 9882c95c..6870f359 100644 Binary files a/ansible/files/csi-secret-cinderplugin.yaml.codfw1dev.crypt and b/ansible/files/csi-secret-cinderplugin.yaml.codfw1dev.crypt differ diff --git a/secrets-codfw1dev.sh b/secrets-codfw1dev.sh index b7b29262..9b4b016a 100644 Binary files a/secrets-codfw1dev.sh and b/secrets-codfw1dev.sh differ diff --git a/tofu/codfw1dev-backend.conf b/tofu/codfw1dev-backend.conf index 8950ca58..7ab6c18c 100644 --- a/tofu/codfw1dev-backend.conf +++ b/tofu/codfw1dev-backend.conf @@ -1,11 +1,11 @@ # https://github.com/hashicorp/terraform/issues/13022 region = "codfw1dev" -bucket = "pawsdev:tofu-state" +bucket = "d34805fb49a44a82a0b9668ad1d1227a:tofu-state" endpoint = "https://object.codfw1dev.wikimediacloud.org" key = "state/main" skip_region_validation = true skip_credentials_validation = true -force_path_style = true +use_path_style = true diff --git a/tofu/secrets.tf b/tofu/secrets.tf index 64c29284..9854ffc4 100644 Binary files a/tofu/secrets.tf and b/tofu/secrets.tf differ diff --git a/tofu/vars.tf b/tofu/vars.tf index 23b1f771..45b57a5c 100644 --- a/tofu/vars.tf +++ b/tofu/vars.tf @@ -29,7 +29,7 @@ variable "tenant_id" { variable "application_credential_id" { type = map(any) default = { - "codfw1dev" = "ef08f1e29861499d94617f6e116c264f" + "codfw1dev" = "6b404a11241446c7a52c04f39983eda6" "eqiad1" = "43edf67449c740538af78c1743cb72c3" } }