6 lines
51 B
Terraform
6 lines
51 B
Terraform
|
terraform {
|
||
|
backend "s3" {
|
||
|
foo = "bar"
|
||
|
}
|
||
|
}
|