skylab
/
skylab-ansible
Archived
2
0
Fork 0

Move terraform files to infra collection

This commit is contained in:
Ethan Paul 2023-04-05 01:38:55 -04:00
parent 1e1677cb4d
commit 875d8f1538
Signed by: enpaul
GPG Key ID: DAF443CA3A2FA6FA
4 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,5 @@
terraform {
backend "pg" {
conn_str = "postgres://terraform@cluster.lab.enp.one:32421/terraform"
}
backend "pg" {}
required_providers {
digitalocean = {