Skip to content

Commit

Permalink
chore: Fix Docu Generation
Browse files Browse the repository at this point in the history
  • Loading branch information
vipinvkmenon committed Apr 25, 2024
1 parent 3941def commit d28a81d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/data-sources/service_instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ output "guid" {
- `route_service_url` (String) URL to which requests for bound routes will be forwarded; only shown when type is user-provided.
- `service_plan` (String) The ID of the service plan from which to create the service instance
- `syslog_drain_url` (String) URL to which logs for bound applications will be streamed; only shown when type is user-provided.
- `tags` (Set of String) Set of tags used by apps to identify service instances. They are shown in the app VCAP_SERVICES env.
- `tags` (List of String) List of tags used by apps to identify service instances. They are shown in the app VCAP_SERVICES env.
- `type` (String) Type of the service instnace. Either managed or user-provided.
- `updated_at` (String) The date and time when the resource was updated in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) format.
- `upgrade_available` (Boolean) Whether or not an upgrade of this service instance is available on the current Service Plan; details are available in the maintenance_info object; Only shown when type is managed
Expand Down
4 changes: 2 additions & 2 deletions docs/resources/org.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ page_title: "cloudfoundry_org Resource - terraform-provider-cloudfoundry"
subcategory: ""
description: |-
Creates a Cloud Foundry Organization
__Further documentation:__
https://docs.cloudfoundry.org/concepts/roles.html#orgs
__Further documentation:__
https://docs.cloudfoundry.org/concepts/roles.html#orgs
---

# cloudfoundry_org (Resource)
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/service_instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ resource "cloudfoundry_service_instance" "dev-usp" {
- `route_service_url` (String) URL to which requests for bound routes will be forwarded; only shown when type is user-provided.
- `service_plan` (String) The ID of the service plan from which to create the service instance
- `syslog_drain_url` (String) URL to which logs for bound applications will be streamed; only shown when type is user-provided.
- `tags` (Set of String) Set of tags used by apps to identify service instances. They are shown in the app VCAP_SERVICES env.
- `tags` (List of String) List of tags used by apps to identify service instances. They are shown in the app VCAP_SERVICES env.
- `timeouts` (Attributes) (see [below for nested schema](#nestedatt--timeouts))
- `upgrade_available` (Boolean) Whether or not an upgrade of this service instance is available on the current Service Plan; details are available in the maintenance_info object; Only shown when type is managed

Expand Down

0 comments on commit d28a81d

Please sign in to comment.