Closed nlamirault closed 5 years ago
Hi @nlamirault https://github.com/louy/terraform-provider-uptimerobot/pull/21 this was only merged 18 hours ago and hasn't been published as a release yet.
You can check out the master branch and compile it your self and then your instructions should work.
Hope this helps and that @louy will publish a release soon.
Hi @drubin i sw that. But i've build the master branch before my test.
$ go build .
$ mv ./terraform-provider-uptimerobot ~/.terraform.d/plugins/linux_amd64/
$ lt ~/.terraform.d/plugins/linux_amd64/terraform-provider-uptimerobot
.rwxr-xr-x nicolas users 26.2 MB Fri May 24 17:32:43 2019 terraform-provider-uptimerobot
$ terraform init
Initializing provider plugins...
Terraform has been successfully initialized!
You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
$ terraform plan -var-file=../personal/galactus.tfvars
Error: data.uptimerobot_alert_contact.default_alert_contact: Provider doesn't support data source: uptimerobot_alert_contact
I just built from master here and it works...
Hi guys. I know it's been a while. Is this still an issue or can we close it?
@louy I'm using a build from master and it was working fine...
I'll close this issue then. Feel free to file a new one if you face this problem again!
Hi, i would try the new data/resources "alert_contact", but i've got some errors :
Install the provider :
Terraform actions :
With this code :
Any idea ?