Skip to content

Commit

Permalink
#
Browse files Browse the repository at this point in the history
Signed-off-by: abarreiro <[email protected]>
  • Loading branch information
abarreiro committed Nov 18, 2024
1 parent e752483 commit d8f4b58
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion website/docs/r/tm_content_library.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,13 @@ This resource is exclusive to **VMware Cloud Foundation Tenant Manager**. Suppor
## Example Usage for a Provider Content Library

```hcl
data "vcd_tm_region" "region" {
name = "My Region"
}
data "vcd_tm_region_storage_policy" "sp" {
name = "vSAN Default Storage Policy"
region_id = data.vcd_tm_region.region.id
name = "vSAN Default Storage Policy"
}
resource "vcd_tm_content_library" "cl" {
Expand Down

0 comments on commit d8f4b58

Please sign in to comment.