Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Provider produced inconsistent result after apply #101

Open
MartinBaas-Tivian opened this issue Feb 4, 2021 · 0 comments
Open

Provider produced inconsistent result after apply #101

MartinBaas-Tivian opened this issue Feb 4, 2021 · 0 comments

Comments

@MartinBaas-Tivian
Copy link

MartinBaas-Tivian commented Feb 4, 2021

When applying a state with about 20 pingdom checks at once the following Error Message is displayed:


Error: Provider produced inconsistent result after apply

When applying changes to module.subdomain.pingdom_check.url[0], provider
"registry.terraform.io/-/pingdom" produced an unexpected new value for was
present, but now absent.

This is a bug in the provider, which should be reported in the provider's own
issue tracker.

our terraform code looks like this:

resource "pingdom_check" "url" {
  count = var.enable_pingdom ? 1 : 0

  type                     = "http"
  name                     = "subdomain.domain.tld - environment"
  host                     = "subdomain.domain.tld"
  url                      = "/url"
  shouldcontain            = "verificationstr"
  tags                     = "environment,terraform"
  encryption               = true
  resolution               = 5
  sendnotificationwhendown = 2
  userids                  = var.pingdom_users
}

terraform version: 0.12.19

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant