Skip to content

Commit

Permalink
Merge pull request #173 from Seisna/renovate/sops-1.x
Browse files Browse the repository at this point in the history
feat(terraform)!: Update Terraform sops to 1.0.0
  • Loading branch information
Seisna authored Dec 11, 2023
2 parents ea54030 + 614f324 commit 16c4a8b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
19 changes: 9 additions & 10 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 @@ -17,7 +17,7 @@ terraform {
}
sops = {
source = "carlpett/sops"
version = "0.7.2"
version = "1.0.0"
}
}
required_version = ">= 1.3.0"
Expand Down
2 changes: 1 addition & 1 deletion terraform/storage/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ terraform {
}
sops = {
source = "carlpett/sops"
version = "0.7.2"
version = "1.0.0"
}
time = {
source = "hashicorp/time"
Expand Down

0 comments on commit 16c4a8b

Please sign in to comment.