Skip to content

Commit

Permalink
fix: formatting issues
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 6, 2023
1 parent 831df1a commit 5467f68
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ module "support" {
vpc_region = var.vpc_region
resource_group = module.vpc.vpc_resource_group
ignition_ip = var.powervs_bastion_private_ip
ibm_cloud_cis = var.ibm_cloud_cis
ibm_cloud_cis = var.ibm_cloud_cis
}

module "image" {
Expand Down Expand Up @@ -198,18 +198,18 @@ module "post" {
depends_on = [module.worker]
source = "./modules/7_post"

ssh_agent = var.ssh_agent
rhel_username = var.rhel_username
connection_timeout = var.connection_timeout
bastion_public_ip = var.powervs_bastion_ip
private_key_file = var.private_key_file
vpc_region = var.vpc_region
vpc_zone = var.vpc_zone
name_prefix = local.name_prefix
worker_1 = var.worker_1
worker_2 = var.worker_2
worker_3 = var.worker_3
cicd_image_pruner_cleanup = var.cicd_image_pruner_cleanup
ibm_cloud_cis = var.ibm_cloud_cis
ssh_agent = var.ssh_agent
rhel_username = var.rhel_username
connection_timeout = var.connection_timeout
bastion_public_ip = var.powervs_bastion_ip
private_key_file = var.private_key_file
vpc_region = var.vpc_region
vpc_zone = var.vpc_zone
name_prefix = local.name_prefix
worker_1 = var.worker_1
worker_2 = var.worker_2
worker_3 = var.worker_3
cicd_image_pruner_cleanup = var.cicd_image_pruner_cleanup
ibm_cloud_cis = var.ibm_cloud_cis
}

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 @@ -88,7 +88,7 @@ EOF

# Dev Note: adds static routes to the dhcpd.conf file
resource "null_resource" "add_dhcp_static_routes" {
count = var.ibm_cloud_cis ? 0 : 1
count = var.ibm_cloud_cis ? 0 : 1
depends_on = [null_resource.setup]
connection {
type = "ssh"
Expand Down

0 comments on commit 5467f68

Please sign in to comment.