Skip to content

Commit

Permalink
Set TTL=10d
Browse files Browse the repository at this point in the history
  • Loading branch information
jaescalo committed May 27, 2024
1 parent 4f842b4 commit 47558b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/akamai_pm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ jobs:
- name: Terraform Init
run: terraform init -backend-config=backend
# The import step is optional and used only once to import existing resources to TF.
- name: Terraform Import
run: sh import.sh $ENV
# - name: Terraform Import
# run: sh import.sh $ENV
- name: Terraform Validate
run: terraform validate -no-color
- name: Terraform Apply Changes
Expand Down
2 changes: 1 addition & 1 deletion rules.tf
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ data "akamai_property_rules_builder" "github-workflow-tf-demo_rule_completely_st
caching {
behavior = "MAX_AGE"
must_revalidate = false
ttl = "100d"
ttl = "10d"
}
}
}
Expand Down

0 comments on commit 47558b4

Please sign in to comment.