initial commit
This commit is contained in:
14
terraform/provider.tf
Normal file
14
terraform/provider.tf
Normal file
@@ -0,0 +1,14 @@
|
||||
terraform {
|
||||
required_providers {
|
||||
hcloud = {
|
||||
source = "hetznercloud/hcloud"
|
||||
version = "~> 1.47"
|
||||
}
|
||||
}
|
||||
|
||||
required_version = ">= 1.3.0"
|
||||
}
|
||||
|
||||
provider "hcloud" {
|
||||
token = var.hcloud_token
|
||||
}
|
||||
Reference in New Issue
Block a user