Skip to content

Refactor comments and update environment variable key in main.tf#10

Open
peterampazzo wants to merge 1 commit into
mainfrom
feat/pwa-push-notifications
Open

Refactor comments and update environment variable key in main.tf#10
peterampazzo wants to merge 1 commit into
mainfrom
feat/pwa-push-notifications

Conversation

@peterampazzo

Copy link
Copy Markdown
Owner

No description provided.

@github-actions

github-actions Bot commented Jun 6, 2026

Copy link
Copy Markdown
Contributor

Terraform Plan

cloudflare_pages_project.ordsamling: Refreshing state... [id=ordsamling]

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

Terraform will perform the following actions:

  # cloudflare_pages_project.ordsamling will be updated in-place
  ~ resource "cloudflare_pages_project" "ordsamling" {
        id                = "ordsamling"
        name              = "ordsamling"
        # (5 unchanged attributes hidden)

      - build_config {
          - build_caching   = false -> null
          - destination_dir = "dist" -> null
        }

      ~ deployment_configs {
          ~ preview {
              ~ environment_variables                = {
                  + "VITE_VAPID_PUBLIC_KEY" = ""
                }
              ~ kv_namespaces                        = {
                  - "LEXICON" = "d5391bd73a044d8c93e0298d38bf4ac6"
                } -> (known after apply)
                # (9 unchanged attributes hidden)

                # (1 unchanged block hidden)
            }
          ~ production {
              ~ environment_variables                = {
                  + "VITE_VAPID_PUBLIC_KEY" = ""
                }
              ~ kv_namespaces                        = {} -> (known after apply)
                # (9 unchanged attributes hidden)

                # (1 unchanged block hidden)
            }
        }
    }

  # cloudflare_workers_kv_namespace.push_subs will be created
  + resource "cloudflare_workers_kv_namespace" "push_subs" {
      + account_id = "9b5275f3cbd4365dc2512cea38af4236"
      + id         = (known after apply)
      + title      = "ordsamling-push-subs"
    }

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

Changes to Outputs:
  + push_subs_kv_namespace_id = (known after apply)

─────────────────────────────────────────────────────────────────────────────

Saved the plan to: tfplan

To perform exactly these actions, run the following command to apply:
    terraform apply "tfplan"

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