mirror of
https://github.com/Blockstream/satellite-api.git
synced 2025-03-15 12:19:47 +01:00
11 lines
202 B
HCL
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"
|
|
}
|