mirror of
https://github.com/Sheldan/OnePlusBot.git
synced 2026-03-09 18:41:21 +00:00
10 lines
137 B
HCL
10 lines
137 B
HCL
terraform {
|
|
cloud {
|
|
hostname = "app.terraform.io"
|
|
organization = "OnePlusBot"
|
|
|
|
workspaces {
|
|
name = "main"
|
|
}
|
|
}
|
|
} |