Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cache_rules.tf #89

Merged
merged 1 commit into from
Jul 29, 2024
Merged

Update cache_rules.tf #89

merged 1 commit into from
Jul 29, 2024

Conversation

Razzmatazzz
Copy link
Member

Cache the player profile files for a month unless purged

Cache the player profile files for a month unless purged
@Razzmatazzz Razzmatazzz requested a review from a team as a code owner July 28, 2024 23:57
Copy link

👋 Thanks for opening a pull request!

If you are new, please check out the deployment process to understand how to deploy this pull request. A trimmed down summary will be listed below:

  1. 🧪 Run a noop deployment with .noop as a comment on this PR

  2. 👀 Observe the CI and noop output on this pull request to ensure it is passing and doing what it is supposed to do

  3. ✔️ Obtain an approval/review on this pull request

  4. 🚀 Branch deploy your pull request to production with .deploy

    If anything goes wrong, rollback with .deploy main

  5. 🎉 Merge!

@Razzmatazzz
Copy link
Member Author

.deploy

Copy link

Deployment Triggered 🚀

Razzmatazzz, started a branch deployment to production

You can watch the progress here 🔗

Branch: Razzmatazzz-patch-1

Copy link

Deployment Results ✅

Razzmatazzz successfully branch deployed branch Razzmatazzz-patch-1 to production

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

Terraform will perform the following actions:

  # cloudflare_ruleset.cache_rules will be updated in-place
  ~ resource "cloudflare_ruleset" "cache_rules" {
        id      = "6510b58fb0ac44c9984077e55eb158d0"
        name    = "default"
        # (3 unchanged attributes hidden)

      ~ rules {
            id          = "c8e0ce843012463f8e3a5524404ab4ef"
            # (4 unchanged attributes hidden)

          ~ action_parameters {
                # (24 unchanged attributes hidden)

              ~ edge_ttl {
                  ~ default = 86400 -> 2678400
                    # (1 unchanged attribute hidden)
                }
                # (2 unchanged blocks hidden)
            }
        }
        # (6 unchanged blocks hidden)
    }

Plan: 0 to add, 1 to change, 0 to destroy.
cloudflare_ruleset.cache_rules: Modifying... [id=6510b58fb0ac44c9984077e55eb158d0]
cloudflare_ruleset.cache_rules: Modifications complete after 1s [id=6510b58fb0ac44c9984077e55eb158d0]

Apply complete! Resources: 0 added, 1 changed, 0 destroyed.

@Razzmatazzz Razzmatazzz merged commit f5b2aba into main Jul 29, 2024
2 checks passed
@Razzmatazzz Razzmatazzz deleted the Razzmatazzz-patch-1 branch July 29, 2024 02:30
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.

2 participants