From 38bf2779870ec8ab95955990ecb0a5288b72de94 Mon Sep 17 00:00:00 2001 From: Paul Bastide Date: Wed, 6 Dec 2023 11:57:00 -0500 Subject: [PATCH] chore: update the ibmcloud power-iaas plugin to v0.6.0 Signed-off-by: Paul Bastide --- modules/4_pvs_support/pvs_support.tf | 38 --------------------- modules/5_image/files/upload_rhcos_image.sh | 4 +-- 2 files changed, 2 insertions(+), 40 deletions(-) diff --git a/modules/4_pvs_support/pvs_support.tf b/modules/4_pvs_support/pvs_support.tf index 6822eb2..4dd41a2 100644 --- a/modules/4_pvs_support/pvs_support.tf +++ b/modules/4_pvs_support/pvs_support.tf @@ -310,44 +310,6 @@ EOF } } -# # Dev Note: create the dns lookup -# resource "null_resource" "update_dns_resolver_for_vpc" { -# # depends_on = [null_resource.wait_on_mcp] -# depends_on = [null_resource.latest_ignition] -# connection { -# type = "ssh" -# user = var.rhel_username -# host = var.bastion_public_ip -# private_key = file(var.private_key_file) -# agent = var.ssh_agent -# timeout = "${var.connection_timeout}m" -# } - -# provisioner "remote-exec" { -# inline = [<