mirror of
https://github.com/hashicorp/terraform.git
synced 2026-03-24 11:24:16 -04:00
10 lines
92 B
Terraform
10 lines
92 B
Terraform
|
|
terraform {
|
||
|
|
cloud {
|
||
|
|
organization = "hashicorp"
|
||
|
|
|
||
|
|
workspaces {
|
||
|
|
name = "test"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|