init do setup

This commit is contained in:
Serge Logvinov
2022-10-11 17:46:12 +03:00
parent a3fb1c90a5
commit 5e28e009f0
10 changed files with 196 additions and 12 deletions

4
digitalocean/auth.tf Normal file
View File

@@ -0,0 +1,4 @@
provider "digitalocean" {
token = var.digitalocean_token
}