switch backend to condul

This commit is contained in:
vincent 2022-07-26 21:04:32 +02:00
parent 707155a38c
commit 1b4fafb422

View File

@ -4,7 +4,10 @@ terraform {
source = "hetznercloud/hcloud" source = "hetznercloud/hcloud"
} }
} }
required_version = ">= 0.13" backend "consul" {
path = "terraform/infra"
}
required_version = ">= 0.13"
} }
provider "hcloud" { provider "hcloud" {