cb67816eee
- have been working on this for some time now
5 lines
100 B
Terraform
5 lines
100 B
Terraform
output "name" {
|
|
description = "The name of the project"
|
|
value = incus_project.this.name
|
|
}
|