dainis / terraform-provider-zabbix

MIT License
40 stars 34 forks source link

provider.tf issue #4

Closed Jeka-Dem closed 4 years ago

Jeka-Dem commented 4 years ago

$ terraform --version Terraform v0.12.12 zabbix_provider - 0.0.4 Issue: during terraform plan, get error: Error: invalid character 'F' looking for beginning of value on providers.tf line 26, in provider "zabbix": 26: provider "zabbix" {

providers.tf: provider "zabbix" { user = "zabbix" password = "****" server_url = "http://zabbix.****/zabbix/api_jsonrpc.php" }

Jeka-Dem commented 4 years ago

a mistake was in server_url I tried to connect to http://zabbix***/zabbix/api_jsonrpc.php and get - File not found Fixed by changing server_url to http://zabbix***/api_jsonrpc.php