6 lines
53 B
Terraform
6 lines
53 B
Terraform
|
terraform {
|
||
|
cloud {
|
||
|
organization = "foo"
|
||
|
}
|
||
|
}
|