Skip to content

Commit

Permalink
feat: updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lechnerc77 committed Jul 23, 2024
1 parent c96200e commit 0ddd849
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/data-sources/subaccount_service_instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ data "btp_subaccount_service_instance" "by_name" {

- `context` (String) Contextual data for the resource.
- `created_date` (String) The date and time when the resource was created in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) format.
- `dashboard_url` (String) The URL of the web-based management UI for the service instance.
- `labels` (Map of Set of String) The set of words or phrases assigned to the service instance.
- `last_modified` (String) The date and time when the resource was last modified in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) format.
- `parameters` (String) The configuration parameters for the service instance.
Expand Down
1 change: 1 addition & 0 deletions docs/data-sources/subaccount_service_instances.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Read-Only:

- `context` (String) Contextual data for the resource.
- `created_date` (String) The date and time when the resource was created in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) format.
- `dashboard_url` (String) The URL of the web-based management UI for the service instance.
- `id` (String) The ID of the service instance.
- `labels` (Map of Set of String) The set of words or phrases assigned to the service instance.
- `last_modified` (String) The date and time when the resource was last modified in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) format.
Expand Down
1 change: 1 addition & 0 deletions docs/resources/subaccount_service_instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ resource "btp_subaccount_service_instance" "xsuaa_application" {

- `context` (String) Contextual data for the resource.
- `created_date` (String) The date and time when the resource was created in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) format.
- `dashboard_url` (String) The URL of the web-based management UI for the service instance.
- `id` (String) The ID of the service instance.
- `last_modified` (String) The date and time when the resource was last modified in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) format.
- `platform_id` (String) The platform ID.
Expand Down

0 comments on commit 0ddd849

Please sign in to comment.