Skip to content

Commit

Permalink
Update Uyuni-Master-AWS.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
srbarrios authored Jan 20, 2025
1 parent 270863b commit cfe63e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terracumber_config/tf_files/Uyuni-Master-AWS.tf
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ resource "null_resource" "cucumber_report" {
type = "ssh"
user = "root"
password = "linux"
host = "${module.cucumber_testsuite.configuration.controller.hostname}"
host = "${module.cucumber_testsuite.configuration.controller.private_ip}"
}
}

Expand Down

0 comments on commit cfe63e3

Please sign in to comment.