Skip to content

Commit

Permalink
feat: Updating docs
Browse files Browse the repository at this point in the history
  • Loading branch information
srushti-patl committed Sep 10, 2024
1 parent ec886cd commit 9dc48cd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 14 deletions.
6 changes: 1 addition & 5 deletions docs/resources/fabric_cloud_router.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "equinix_fabric_cloud_router Resource - terraform-provider-equinix"
subcategory: "Fabric"
description: |-
Fabric V4 API compatible resource allows creation and management of Equinix Fabric Cloud Router
---

# equinix_fabric_cloud_router (Resource)
Expand Down Expand Up @@ -204,4 +200,4 @@ Read-Only:
- `updated_by` (String)
- `updated_by_email` (String)
- `updated_by_full_name` (String)
- `updated_date_time` (String)
- `updated_date_time` (String)
5 changes: 2 additions & 3 deletions examples/resources/equinix_fabric_cloud_router/example_1.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ resource "equinix_fabric_cloud_router" "new_cloud_router"{
project {
project_id = "776847000642406"
}
marketplace_subscription {
type = "AWS_MARKETPLACE_SUBSCRIPTION"
uuid = "2823b8ae07-a2a2-45b4-a658-c3542bb24e9"
account {
account_number = "203612"
}
}
5 changes: 3 additions & 2 deletions examples/resources/equinix_fabric_cloud_router/example_2.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ resource "equinix_fabric_cloud_router" "new_cloud_router"{
project {
project_id = "776847000642406"
}
account {
account_number = "203612"
marketplace_subscription {
type = "AWS_MARKETPLACE_SUBSCRIPTION"
uuid = "2823b8ae07-a2a2-45b4-a658-c3542bb24e9"
}
}
4 changes: 0 additions & 4 deletions templates/resources/fabric_cloud_router.md.tmpl
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "equinix_fabric_cloud_router Resource - terraform-provider-equinix"
subcategory: "Fabric"
description: |-
Fabric V4 API compatible resource allows creation and management of Equinix Fabric Cloud Router
---

{{/* This template serves as a starting point for documentation generation, and can be customized with hardcoded values and/or doc gen templates.
Expand Down

0 comments on commit 9dc48cd

Please sign in to comment.