[OPB-xxx] adding terraform config

This commit is contained in:
Sheldan
2022-07-14 01:59:45 +02:00
parent 0879c7cc93
commit 653246f3ee
6 changed files with 76 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
terraform {
cloud {
hostname = "app.terraform.io"
organization = "OnePlusBot"
workspaces {
name = "main"
}
}
}