Skip to content

cloudflare_zero_trust_device_posture_rule continuous inline updates #5893

@pcanham

Description

@pcanham

Confirmation

  • This is a bug with an existing resource and is not a feature request or enhancement. Feature requests should be submitted with Cloudflare Support or your account team.
  • I have searched the issue tracker and my issue isn't already found.
  • I have replicated my issue using the latest version of the provider and it is still present.

Terraform and Cloudflare provider version

OpenTofu v1.10.5
on darwin_arm64

  • provider registry.opentofu.org/cloudflare/cloudflare v5.8.2
  • provider registry.opentofu.org/hashicorp/tls v4.1.0

Affected resource(s)

cloudflare_zero_trust_device_posture_rule

Terraform configuration files

resource "cloudflare_zero_trust_device_posture_rule" "warp" {
  account_id = var.cloudflare_account_id
  name       = "[TEST] Warp"
  type       = "warp"
}

Link to debug output

https://gist.github.com/pcanham/d41bdcfa446243c4fc8bc8b90126156f

Panic output

No response

Expected output

OpenTofu used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols:

Plan: 0 to add, 0 to change, 0 to destroy.

Actual output

OpenTofu used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols:
~ update in-place

OpenTofu will perform the following actions:

cloudflare_zero_trust_device_posture_rule.warp will be updated in-place

~ resource "cloudflare_zero_trust_device_posture_rule" "warp" {
id = "7678c5ea-c8a4-4a38-ab47-632b5bdd01fa"
name = "[TEST] Warp"
# (2 unchanged attributes hidden)
}

Plan: 0 to add, 1 to change, 0 to destroy.

Steps to reproduce

Create a Posture check, rerun plan, apply plan

Additional factoids

No response

References

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugCategorizes issue or PR as related to a bug.version/5Categorizes issue or PR as related to version 5 of the provider.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions