chore(terraform/cloudflare/b0xp.io/k8s): follow up #11614 - #11621
Open
boxp-tfaction[bot] wants to merge 2 commits into
Open
chore(terraform/cloudflare/b0xp.io/k8s): follow up #11614#11621boxp-tfaction[bot] wants to merge 2 commits into
boxp-tfaction[bot] wants to merge 2 commits into
Conversation
Contributor
Author
|
This pull request was created because Please handle this pull request.
|
1 task
This comment has been minimized.
This comment has been minimized.
…io__k8s-20260724T111149
Contributor
Author
Plan Result (terraform/cloudflare/b0xp.io/k8s)
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)
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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:
v4.541.0→v4.542.0Release Notes
aquaproj/aqua-registry (aquaproj/aqua-registry)
v4.542.0Compare 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)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.