Skip to content

Commit 81fdc69

Browse files
committed
feat: add Terraform Cloud configuration for workspace management
1 parent a52badf commit 81fdc69

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

deployments/terraform/main.tf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ terraform {
77
version = "~> 6.27"
88
}
99
}
10+
11+
cloud {
12+
organization = "barkinbalci"
13+
14+
workspaces {
15+
name = "event-analytics-service"
16+
}
17+
}
1018
}
1119

1220
provider "aws" {

0 commit comments

Comments
 (0)