Skip to content

Commit

Permalink
feat(terraform): update terraform cloudflare to 4.11.0
Browse files Browse the repository at this point in the history
| datasource         | package               | from   | to     |
| ------------------ | --------------------- | ------ | ------ |
| terraform-provider | cloudflare/cloudflare | 4.10.0 | 4.11.0 |
  • Loading branch information
renovate[bot] authored Aug 4, 2023
1 parent d8966a4 commit 376c2f8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tf-cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@85c8b8252fc9893e00b3633a16670e53040e6d71 # v37.5.2
uses: tj-actions/changed-files@de0eba32790fb9bf87471b32855a30fc8f9d5fc6 # v37.4.0
with:
dir_names: true
dir_names_max_depth: 2
Expand Down
32 changes: 16 additions & 16 deletions terraform/cloudflare/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion terraform/cloudflare/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
cloudflare = {
source = "cloudflare/cloudflare"
version = "4.10.0"
version = "4.11.0"
}
sops = {
source = "carlpett/sops"
Expand Down

0 comments on commit 376c2f8

Please sign in to comment.