Change terraform state bucket name

This commit is contained in:
Paul-Henri Froidmont 2019-05-25 22:30:50 +02:00
parent 1bc203c96a
commit 6938694a84

View file

@ -4,7 +4,7 @@ locals {
terraform {
backend "s3" {
bucket = "banditlair.tfstate"
bucket = "banditlair-terraform"
key = "k8s.tfstate"
region = "nl-ams"
endpoint = "https://s3.nl-ams.scw.cloud"