feat: Added terraform config... just a basic one at first
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
terraform {
|
||||
required_version = ">= 1.6.0"
|
||||
|
||||
required_providers {
|
||||
hcloud = {
|
||||
source = "hetznercloud/hcloud"
|
||||
version = "~> 1.45"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
# Reads the token from the HCLOUD_TOKEN environment variable.
|
||||
provider "hcloud" {}
|
||||
Reference in New Issue
Block a user