create tf infra for crocus and dns
This commit is contained in:
parent
aedd4a6f1c
commit
f6e040da19
7 changed files with 141 additions and 0 deletions
7
infra/providers.tf
Normal file
7
infra/providers.tf
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
provider "gandi" {
|
||||
personal_access_token = var.gandi_token
|
||||
}
|
||||
|
||||
provider "hcloud" {
|
||||
token = var.hcloud_token
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue