diff --git a/docs/data-sources/service_instance.md b/docs/data-sources/service_instance.md index f01dc16..7097b4d 100644 --- a/docs/data-sources/service_instance.md +++ b/docs/data-sources/service_instance.md @@ -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 diff --git a/docs/resources/org.md b/docs/resources/org.md index bbb1ce6..09c4d74 100644 --- a/docs/resources/org.md +++ b/docs/resources/org.md @@ -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) diff --git a/docs/resources/service_instance.md b/docs/resources/service_instance.md index cafce1e..48244b5 100644 --- a/docs/resources/service_instance.md +++ b/docs/resources/service_instance.md @@ -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