create tf infra for crocus and dns
This commit is contained in:
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
|
||||
}
|
||||
Reference in New Issue
Block a user