Remove duplicate provider.tf - provider config is in main.tf

This commit is contained in:
Jezza Hehn 2026-04-13 22:14:25 +00:00
parent b1fde182bf
commit 73e842d581

View file

@ -1,16 +0,0 @@
###############################################################################
# provider.tf
###############################################################################
terraform {
required_providers {
hcloud = {
source = "hetznercloud/hcloud"
version = "~> 1.47"
}
}
}
provider "hcloud" {
token = var.hcloud_token
}