5 lines
100 B
HCL
5 lines
100 B
HCL
output "name" {
|
|
description = "The name of the project"
|
|
value = incus_project.this.name
|
|
}
|