1
1
mirror of https://github.com/mcuadros/ascode synced 2024-11-26 06:01:08 +01:00
ascode/_examples/backend.star
2020-03-21 00:10:22 +01:00

3 lines
101 B
Plaintext

tf.backend = backend("gcs")
tf.backend.bucket = "tf-state-prod"
tf.backend.prefix = "terraform/state"