Add terraform proof of concept for DO domain management
This commit is contained in:
12
terra/main.tf
Normal file
12
terra/main.tf
Normal file
@@ -0,0 +1,12 @@
|
||||
terraform {
|
||||
backend "pg" {
|
||||
conn_str = "postgres://terraform@cluster.lab.enp.one:32421/terraform"
|
||||
}
|
||||
|
||||
required_providers {
|
||||
digitalocean = {
|
||||
source = "digitalocean/digitalocean"
|
||||
version = "~> 2.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user