Push Project :

- Terraform ⚙️ : Instance creation
- Ansible 🛠️ : ContainerLab installation
This commit is contained in:
Damien A
2023-11-05 17:32:26 +01:00
parent a2484bca4d
commit 78322ee157
7 changed files with 188 additions and 0 deletions

3
terraform/outputs.tf Normal file
View File

@@ -0,0 +1,3 @@
output "public_ip" {
value = aws_instance.containerlab_host.public_ip
}