mirror of
https://github.com/Sheldan/OnePlusBot.git
synced 2026-05-31 18:23:11 +00:00
[OPB-xxx] adding terraform config
This commit is contained in:
10
deployment/infrastructure/terraform/cloud.tf
Normal file
10
deployment/infrastructure/terraform/cloud.tf
Normal file
@@ -0,0 +1,10 @@
|
||||
terraform {
|
||||
cloud {
|
||||
hostname = "app.terraform.io"
|
||||
organization = "OnePlusBot"
|
||||
|
||||
workspaces {
|
||||
name = "main"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user