Remove duplicate provider.tf - provider config is in main.tf
This commit is contained in:
parent
b1fde182bf
commit
73e842d581
1 changed files with 0 additions and 16 deletions
|
|
@ -1,16 +0,0 @@
|
|||
###############################################################################
|
||||
# provider.tf
|
||||
###############################################################################
|
||||
|
||||
terraform {
|
||||
required_providers {
|
||||
hcloud = {
|
||||
source = "hetznercloud/hcloud"
|
||||
version = "~> 1.47"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
provider "hcloud" {
|
||||
token = var.hcloud_token
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue