Files
iac_demo/environments/dev/outputs.tf
T
2025-10-02 09:59:10 +00:00

3 lines
40 B
Terraform

output "my_ip" {
value = local.my_ip
}