Files
terraform-provider-virtfusion/examples/provider/provider.tf
2023-10-22 00:52:33 -04:00

5 lines
79 B
HCL

provider "virtfusion" {
endpoint = "example.com"
api_token = "myapikey"
}