Skip to content

Commit

Permalink
fix: lock updates
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
  • Loading branch information
prb112 committed Dec 12, 2023
1 parent 00a7d30 commit c5142b4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .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 modules/4_pvs_support/pvs_support.tf
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ EOF
}

resource "null_resource" "create_resolv_conf_for_intel_workers" {
count = var.ibm_cloud_cis ? 0 : 1
count = var.ibm_cloud_cis ? 0 : 1

depends_on = [null_resource.limit_csi_arch]
connection {
Expand Down

0 comments on commit c5142b4

Please sign in to comment.