Skip to content

Commit

Permalink
make ibmcloud http proxy optional
Browse files Browse the repository at this point in the history
Signed-off-by: Prajyot-Parab <prajyot.parab2@ibm.com>
  • Loading branch information
Prajyot-Parab committed Nov 11, 2023
1 parent ebdf05f commit 52a346b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/5_install/install.tf
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ resource "null_resource" "install" {

resource "null_resource" "powervs_config" {
depends_on = [null_resource.install]
count = var.ibm_cloud_dl_endpoint_net_cidr != "" && var.ibm_cloud_http_proxy != "" ? 1 : 0
count = var.ibm_cloud_dl_endpoint_net_cidr != "" ? 1 : 0

connection {
type = "ssh"
Expand Down

0 comments on commit 52a346b

Please sign in to comment.