Skip to content

Commit

Permalink
Merge pull request #182 from IIG/rosadev
Browse files Browse the repository at this point in the history
private cluster bug fix: #83
  • Loading branch information
Satya Prakash Modi authored and GitHub Enterprise committed Jul 21, 2021
2 parents 8ca89f7 + aff126a commit fb899e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion managed-openshift/aws/terraform/ocp/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ ${self.triggers.installer_workspace}/rosa init
${self.triggers.installer_workspace}/rosa verify quota
${self.triggers.installer_workspace}/rosa create cluster --cluster-name='${self.triggers.cluster_name}' --compute-machine-type='${var.worker_machine_type}' --compute-nodes ${var.worker_machine_count} --region ${var.region} \
--machine-cidr='${var.machine_network_cidr}' --service-cidr='${var.service_network_cidr}' --pod-cidr='${var.cluster_network_cidr}' --host-prefix='${var.cluster_network_host_prefix}' --private=${var.private_cluster} \
--multi-az=${var.multi_zone} --version='${var.openshift_version}' --subnet-ids='${local.subnet_ids}' --watch
--multi-az=${var.multi_zone} --version='${var.openshift_version}' --subnet-ids='${local.subnet_ids}' --watch --yes
EOF
}
provisioner "local-exec" {
Expand Down

0 comments on commit fb899e0

Please sign in to comment.