Add behavior :

- Personal SSH Key 🔐
- Deploy repository from variables ⚙️
- Import custom network images 🛜
This commit is contained in:
Damien A
2023-11-10 10:59:04 +01:00
parent 78322ee157
commit 609e616d7c
7 changed files with 84 additions and 18 deletions

View File

@@ -1,3 +1,7 @@
output "public_ip" {
value = aws_instance.containerlab_host.public_ip
}
}
output "containerlab_fqdn" {
value = "${aws_route53_record.containerlab_fqdn.name}.${data.aws_route53_zone.selected.name}"
}