Skip to content

Update cloudflare-web-deploy.yml#504

Merged
7w1 merged 2 commits intodevfrom
fix-workflow
Mar 24, 2026
Merged

Update cloudflare-web-deploy.yml#504
7w1 merged 2 commits intodevfrom
fix-workflow

Conversation

@7w1
Copy link
Member

@7w1 7w1 commented Mar 24, 2026

Description

Fixes #

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

AI disclosure:

  • Partially AI assisted (clarify which code was AI assisted and briefly explain what it does).
  • Fully AI generated (explain what all the generated code does in moderate detail).

@7w1 7w1 requested a review from hazre as a code owner March 24, 2026 04:54
@github-actions
Copy link
Contributor

github-actions bot commented Mar 24, 2026

OpenTofu plan for production

Plan: 2 to add, 0 to change, 1 to destroy.
OpenTofu used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
+   create
-/+ destroy and then create replacement

OpenTofu will perform the following actions:

  # cloudflare_worker_version.site must be replaced
-/+ resource "cloudflare_worker_version" "site" {
!~      annotations         = {
+           workers_message      = (known after apply)
+           workers_tag          = (known after apply)
!~          workers_triggered_by = "create_version_api" -> (known after apply)
        } -> (known after apply)
!~      assets              = { # forces replacement
!~          asset_manifest_sha256 = "85d41748d15e9333782847f711e6a74e07fc2e0f53c20d5baf28d113bcd6814e" -> "c9a98afc858aab4444e95634e785ce2e67155f643cd01077b318db4e93eeaf18" # forces replacement
!~          directory             = "/home/runner/work/Sable/Sable/dist" -> "/github/workspace/dist"
#            (1 unchanged attribute hidden)
        }
+       compatibility_flags = (known after apply)
!~      created_on          = "2026-03-24T04:50:29Z" -> (known after apply)
!~      id                  = "************************************" -> (known after apply)
+       limits              = (known after apply)
+       main_script_base64  = (known after apply)
!~      number              = 524 -> (known after apply)
!~      source              = "terraform" -> (known after apply)
+       startup_time_ms     = (known after apply)
#        (4 unchanged attributes hidden)
    }

  # cloudflare_workers_deployment.site will be created
+   resource "cloudflare_workers_deployment" "site" {
+       account_id   = (sensitive value)
+       annotations  = {
+           workers_message      = "Update cloudflare-web-deploy.yml"
+           workers_triggered_by = (known after apply)
        }
+       author_email = (known after apply)
+       created_on   = (known after apply)
+       id           = (known after apply)
+       script_name  = "sable"
+       source       = (known after apply)
+       strategy     = "percentage"
+       versions     = [
+           {
+               percentage = 100
+               version_id = (known after apply)
            },
        ]
    }

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

Warning: Attribute Deprecated

  with cloudflare_workers_custom_domain.site,
  on main.tf line 41, in resource "cloudflare_workers_custom_domain" "site":
  41:   environment = "production"

This attribute is deprecated.

(and one more similar warning elsewhere)

📝 Plan generated in Cloudflare Infra #91

@7w1 7w1 merged commit 877d41c into dev Mar 24, 2026
9 checks passed
@7w1 7w1 deleted the fix-workflow branch March 24, 2026 04:57
github-merge-queue bot pushed a commit that referenced this pull request Mar 24, 2026
> [!IMPORTANT]
> Merging this PR will create a new release.

## Fixes

* Change cloudflare deploy worker message to something much shorter to
avoid char limit. ([#504](#504)
by @7w1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant