1
1
Fork 0
mirror of https://github.com/mcuadros/ascode synced 2024-05-08 08:36:15 +02: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"