mirror of
https://github.com/hashicorp/terraform.git
synced 2026-04-22 14:51:50 -04:00
8 lines
51 B
Terraform
8 lines
51 B
Terraform
|
|
terraform {
|
||
|
|
backend "local" {}
|
||
|
|
}
|
||
|
|
|
||
|
|
bad_block {
|
||
|
|
}
|
||
|
|
|