Read Scaleway key id from file

This commit is contained in:
Paul-Henri Froidmont 2019-06-15 22:53:23 +02:00
parent abafc2f7ab
commit bcbc078ca6
2 changed files with 4 additions and 3 deletions

View file

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