mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-06-01 22:02:24 -04:00
6 lines
59 B
HCL
6 lines
59 B
HCL
terraform {
|
|
backend "foo" {
|
|
key = "${var.var}"
|
|
}
|
|
}
|