Skip to content
This repository has been archived by the owner on Mar 18, 2019. It is now read-only.

Commit

Permalink
Update port 8443
Browse files Browse the repository at this point in the history
  • Loading branch information
jvhoof committed Dec 13, 2018
1 parent 0497b4d commit 3d63fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/02-cgf.tf
Expand Up @@ -184,7 +184,7 @@ data "template_file" "cgf_ansible" {

vars {
name = "${var.PREFIX}-${var.DEPLOYMENTCOLOR}-VM-CGF-A"
arguments = "ansible_host=${data.azurerm_public_ip.cgfpipa.ip_address} ansible_port=8000 ansible_connection=local gather_facts=no"
arguments = "ansible_host=${data.azurerm_public_ip.cgfpipa.ip_address} ansible_port=8443 ansible_connection=local gather_facts=no"
}

depends_on = ["azurerm_virtual_machine.cgfvma"]
Expand Down

0 comments on commit 3d63fe6

Please sign in to comment.