You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.
I'm using this provider as a module I don't know if it's change something. But I've noticed that I can add or update tags on ressources created by this provider.
Here my code :
# In the source here is the code
"test"= { host = "1.2.3.4",integrationids = [],name = "test",notifyagainevery = "0",notifywhenbackup = "true",probefilters = "region:EU",resolution = "1",responsetime_threshold = "30000",sendnotificationwhendown = "6",paused = false ,tags = "test",type = "ping",userids = []}
# and in the module I use it as :
resource "pingdom_check" "pingdom_check" {
...
tags = var.tags
...
}
and tag variable is declare as string.
Each time I do terraform plan it show me that changes but when I do terraform apply the tages are not created in pingdom UI and they are still visible if I make a terraform plan again.
Do you have an idea ? Is there someting I make wrong ?
Thanks a lot in advance !
The text was updated successfully, but these errors were encountered:
2020/11/17 10:32:11 [WARN] Provider "registry.terraform.io/russellcardullo/pingdom" produced an unexpected new value for module.tf-module-pingdom-ping["MTA VIP test benjamin"].pingdom_check.pingdom_check, but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .tags: was cty.StringVal("testben"), but now cty.StringVal("")
Hello ,
First, thanks a lot for the provider !
I'm using this provider as a module I don't know if it's change something. But I've noticed that I can add or update tags on ressources created by this provider.
Here my code :
Each time I do
terraform plan
it show me that changes but when I doterraform apply
the tages are not created in pingdom UI and they are still visible if I make aterraform plan
again.Do you have an idea ? Is there someting I make wrong ?
Thanks a lot in advance !
The text was updated successfully, but these errors were encountered: