blockstream-satellite-api/terraform/data.tf
2019-02-26 18:09:04 -08:00

11 lines
202 B
HCL

data "terraform_remote_state" "blc-prod" {
backend = "gcs"
config {
bucket = "tf-state-satellite-api"
prefix = "terraform/state"
project = "satellite-api"
}
workspace = "prod"
}