mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
Change terraform state bucket name
This commit is contained in:
parent
1bc203c96a
commit
6938694a84
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ locals {
|
||||||
|
|
||||||
terraform {
|
terraform {
|
||||||
backend "s3" {
|
backend "s3" {
|
||||||
bucket = "banditlair.tfstate"
|
bucket = "banditlair-terraform"
|
||||||
key = "k8s.tfstate"
|
key = "k8s.tfstate"
|
||||||
region = "nl-ams"
|
region = "nl-ams"
|
||||||
endpoint = "https://s3.nl-ams.scw.cloud"
|
endpoint = "https://s3.nl-ams.scw.cloud"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue