Skip to content

Commit

Permalink
Merge pull request #59 from PerfectThymeTech/marvinbuss/fabric_workspace
Browse files Browse the repository at this point in the history
Add Fabric Capacity Output
  • Loading branch information
marvinbuss authored Sep 30, 2024
2 parents 60975f8 + ee759f4 commit 44d6d7d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 5 additions & 1 deletion modules/fabriccapacity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,11 @@ Default: `{}`

## Outputs

No outputs.
The following outputs are exported:

### <a name="output_fabric_capacity_id"></a> [fabric\_capacity\_id](#output\_fabric\_capacity\_id)

Description: Specifies the id of the fabric capacity.

<!-- markdownlint-enable -->

Expand Down
5 changes: 5 additions & 0 deletions modules/fabriccapacity/outputs.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
output "fabric_capacity_id" {
description = "Specifies the id of the fabric capacity."
value = azapi_resource.fabric_capacity.id
sensitive = false
}

0 comments on commit 44d6d7d

Please sign in to comment.