Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
feat(terraform)!: Update Terraform sops to 1.0.0 (#2909)
Browse files Browse the repository at this point in the history
| datasource         | package       | from  | to    |
| ------------------ | ------------- | ----- | ----- |
| terraform-provider | carlpett/sops | 0.7.2 | 1.0.0 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 17, 2023
1 parent c6b67fd commit cdd3355
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
18 changes: 9 additions & 9 deletions terraform/b2/.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/b2/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ terraform {
}
sops = {
source = "carlpett/sops"
version = "0.7.2"
version = "1.0.0"
}
}
}
Expand Down
18 changes: 9 additions & 9 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/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ terraform {
}
sops = {
source = "carlpett/sops"
version = "0.7.2"
version = "1.0.0"
}
}
}
Expand Down

0 comments on commit cdd3355

Please sign in to comment.