Skip to content

chore(terraform/cloudflare/b0xp.io/k8s): follow up #11614 - #11621

Open
boxp-tfaction[bot] wants to merge 2 commits into
mainfrom
follow-up-11614-terraform__cloudflare__b0xp.io__k8s-20260724T111149
Open

chore(terraform/cloudflare/b0xp.io/k8s): follow up #11614#11621
boxp-tfaction[bot] wants to merge 2 commits into
mainfrom
follow-up-11614-terraform__cloudflare__b0xp.io__k8s-20260724T111149

Conversation

@boxp-tfaction

@boxp-tfaction boxp-tfaction Bot commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

This pull request was created automatically to follow up the failure of apply.

Please write the description of this pull request below.

Why did the terraform apply fail?

How do you fix the problem?


Original PR description

This PR contains the following updates:

Package Update Change
aquaproj/aqua-registry minor v4.541.0v4.542.0

Release Notes

aquaproj/aqua-registry (aquaproj/aqua-registry)

v4.542.0

Compare Source

Issues | Pull Requests | aquaproj/aqua-registry@v4.541.0...v4.542.0

🎉 New Packages

#​57502 dyoshikawa/rulesync - A Utility CLI for AI Coding Agents @​saitota

Fixes

#​57592 suzuki-shunsuke/pinact: Support v4.1.1-0 or later

Security

#​57469 colbymchenry/codegraph: GitHub artifact attestations config @​scop


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@boxp-tfaction

boxp-tfaction Bot commented Jul 24, 2026

Copy link
Copy Markdown
Contributor Author

This pull request was created because terraform apply failed.

Please handle this pull request.

  1. Check the error message chore(deps): update dependency aquaproj/aqua-registry to v4.542.0 (terraform/cloudflare/b0xp.io/k8s/aqua) #11614
  2. Check the result of terraform plan
  3. Add commits to this pull request and fix the problem if needed
  4. Review and merge this pull request

@boxp-tfaction

This comment has been minimized.

@boxp-tfaction

boxp-tfaction Bot commented Jul 25, 2026

Copy link
Copy Markdown
Contributor Author

Plan Result (terraform/cloudflare/b0xp.io/k8s)

CI link

Plan: 1 to add, 1 to change, 0 to destroy.
  • Create
    • cloudflare_zero_trust_tunnel_cloudflared_route.codex_workspace
  • Update
    • cloudflare_zero_trust_device_default_profile.warp_include
Change Result (Click me)
  # cloudflare_zero_trust_device_default_profile.warp_include will be updated in-place
  ~ resource "cloudflare_zero_trust_device_default_profile" "warp_include" {
        id                             = "1984a4314b3e75f3bedce97c7a8e0c81"
      ~ policy_id                      = "0197d1b3-fe50-7488-8b3d-55f27f26ea8b" -> (known after apply)
        # (20 unchanged attributes hidden)
    }

  # cloudflare_zero_trust_tunnel_cloudflared_route.codex_workspace will be created
  + resource "cloudflare_zero_trust_tunnel_cloudflared_route" "codex_workspace" {
      + account_id         = "1984a4314b3e75f3bedce97c7a8e0c81"
      + comment            = "lolice codex-workspace LoadBalancer for WARP access"
      + created_at         = (known after apply)
      + deleted_at         = (known after apply)
      + id                 = (known after apply)
      + network            = "192.168.10.98/32"
      + tunnel_id          = "0eb241e1-1295-4672-8285-f18241a38210"
      + virtual_network_id = (known after apply)
    }

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

Warning: Redundant ignore_changes element

  on tunnel.tf line 12, in resource "cloudflare_zero_trust_tunnel_cloudflared_config" "k8s_tunnel":
  12: resource "cloudflare_zero_trust_tunnel_cloudflared_config" "k8s_tunnel" {

Adding an attribute name to ignore_changes tells Terraform to ignore future
changes to the argument in configuration after the object has been created,
retaining the value originally configured.

The attribute created_at is decided by the provider alone and therefore there
can be no configured value to compare with. Including this attribute in
ignore_changes has no effect. Remove the attribute from ignore_changes to
quiet this warning.

(and one more similar warning elsewhere)

⚠️ Warnings

Warning: Redundant ignore_changes element

  on tunnel.tf line 12, in resource "cloudflare_zero_trust_tunnel_cloudflared_config" "k8s_tunnel":
  12: resource "cloudflare_zero_trust_tunnel_cloudflared_config" "k8s_tunnel" {

Adding an attribute name to ignore_changes tells Terraform to ignore future
changes to the argument in configuration after the object has been created,
retaining the value originally configured.

The attribute created_at is decided by the provider alone and therefore there
can be no configured value to compare with. Including this attribute in
ignore_changes has no effect. Remove the attribute from ignore_changes to
quiet this warning.

(and one more similar warning elsewhere)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants