Skip to content

Commit

Permalink
Merge pull request #9 from ministryofjustice/remote-state
Browse files Browse the repository at this point in the history
Remove leading slash from backend config
  • Loading branch information
alkar authored Dec 7, 2018
2 parents 619d3f9 + 4ef00b9 commit f92e7ba
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 f92e7ba

Please sign in to comment.