create tf infra for crocus and dns
This commit is contained in:
12
infra/main.tf
Normal file
12
infra/main.tf
Normal file
@@ -0,0 +1,12 @@
|
||||
terraform {
|
||||
required_providers {
|
||||
gandi = {
|
||||
source = "go-gandi/gandi"
|
||||
version = "2.3.0"
|
||||
}
|
||||
hcloud = {
|
||||
source = "hetznercloud/hcloud"
|
||||
version = "~> 1.45"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user