Files
terraform-incus/modules/project/outputs.tf
T
unkinben cb67816eee feat: initial commit
- have been working on this for some time now
2025-05-30 22:36:55 +10:00

5 lines
100 B
Terraform

output "name" {
description = "The name of the project"
value = incus_project.this.name
}