Files
OnePlusBot/deployment/infrastructure/terraform/cloud.tf
2022-07-14 01:59:45 +02:00

10 lines
137 B
HCL

terraform {
cloud {
hostname = "app.terraform.io"
organization = "OnePlusBot"
workspaces {
name = "main"
}
}
}