terraform-modules/project/output.tf

4 lines
124 B
HCL

output "project_id" {
value = stackit_resourcemanager_project.this.project_id
description = "ID of the project"
}