Skip to content

Commit b153923

Browse files
committed
make the cloud block with organization mentioned
1 parent 624605a commit b153923

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ce/state-management/cloud-backend.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Add a cloud block to your Terraform configuration:
2828
terraform {
2929
cloud {
3030
hostname = "localhost:8080" # Your OpenTaco server
31-
31+
organization = "opentaco"
3232
workspaces {
3333
name = "my-app-production"
3434
}
@@ -68,7 +68,7 @@ OpenTaco will automatically manage workspace creation, state storage, and lockin
6868
terraform {
6969
cloud {
7070
hostname = "your-opentaco-server.com"
71-
71+
organization = "opentaco"
7272
workspaces {
7373
name = "my-workspace"
7474
}

0 commit comments

Comments
 (0)