first commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
output "public_ip" {
|
||||
description = "Public IP to place in the Ansible inventory."
|
||||
value = aws_instance.k3s.public_ip
|
||||
}
|
||||
|
||||
output "ssh_command" {
|
||||
description = "SSH command for initial connectivity testing."
|
||||
value = "ssh ubuntu@${aws_instance.k3s.public_ip}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user