Skip to content

Commit

Permalink
chore(deps): update terraform cloudinit to v2.3.5 (#865)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 11, 2024
1 parent 0c6188a commit 8904e34
Show file tree
Hide file tree
Showing 6 changed files with 75 additions and 75 deletions.
48 changes: 24 additions & 24 deletions terraform/ops-cluster-mintworld/controlplane/.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/ops-cluster-mintworld/controlplane/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ terraform {

cloudinit = {
source = "hashicorp/cloudinit"
version = "2.3.4"
version = "2.3.5"
}

random = {
Expand Down

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

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ terraform {

cloudinit = {
source = "hashicorp/cloudinit"
version = "2.3.4"
version = "2.3.5"
}
}
required_version = ">= 1"
Expand Down
48 changes: 24 additions & 24 deletions terraform/ops-cluster-mintworld/workers-web/.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/ops-cluster-mintworld/workers-web/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ terraform {

cloudinit = {
source = "hashicorp/cloudinit"
version = "2.3.4"
version = "2.3.5"
}
}
required_version = ">= 1"
Expand Down

0 comments on commit 8904e34

Please sign in to comment.