Skip to content

Commit

Permalink
Remove leading slash from backend config
Browse files Browse the repository at this point in the history
Terraform 0.11.10 complains about it
  • Loading branch information
alkar committed Dec 7, 2018
1 parent 619d3f9 commit 4ef00b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ data "terraform_remote_state" "cluster" {
config {
bucket = "${var.cluster_state_bucket}"
region = "eu-west-1"
key = "/env:/${var.cluster_name}/terraform.tfstate"
key = "env:/${var.cluster_name}/terraform.tfstate"
}
}

Expand Down

0 comments on commit 4ef00b9

Please sign in to comment.