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