removed state.tf

This commit is contained in:
Edward Viaene
2016-10-10 17:36:51 +00:00
parent a85c62ce7d
commit 2da289feed
-10
View File
@@ -1,10 +0,0 @@
data "terraform_remote_state" "aws-state" {
backend = "s3"
config {
bucket = "terraform-state-f29c5"
key = "terraform.tfstate"
access_key = "${var.AWS_ACCESS_KEY}"
secret_key = "${var.AWS_SECRET_KEY}"
region = "${var.AWS_REGION}"
}
}