1
0
Fork 0
terraform-playground/three-web-hosts/provider.tf

4 lines
51 B
Terraform
Raw Permalink Normal View History

2022-05-24 11:37:13 +00:00
provider "hcloud" {
token = var.hcloud_token
}