5 lines
50 B
Terraform
5 lines
50 B
Terraform
|
terraform {
|
||
|
backend "s3" {}
|
||
|
backend "s4" {}
|
||
|
}
|