6 lines
59 B
Terraform
6 lines
59 B
Terraform
|
terraform {
|
||
|
backend "foo" {
|
||
|
key = "${var.var}"
|
||
|
}
|
||
|
}
|