forked from betamike/betamike-infra
add terraform cloud config
This commit is contained in:
parent
c4d7c62718
commit
983ec622b2
@ -1,4 +1,11 @@
|
|||||||
terraform {
|
terraform {
|
||||||
|
backend "remote" {
|
||||||
|
organization = "betamike"
|
||||||
|
|
||||||
|
workspaces {
|
||||||
|
name = "betamike-deploy"
|
||||||
|
}
|
||||||
|
}
|
||||||
required_providers {
|
required_providers {
|
||||||
digitalocean = {
|
digitalocean = {
|
||||||
source = "digitalocean/digitalocean"
|
source = "digitalocean/digitalocean"
|
||||||
|
Loading…
Reference in New Issue
Block a user