You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update cf service instance test go for metadata label (#543)
* Add metadata label to cf service instance logic
* Update cf service instance test go for metadata label
* fix golint error in switch type assertion
* update service instance doc
---------
Co-authored-by: Jessica Kim <[email protected]>
Copy file name to clipboardExpand all lines: docs/resources/service_instance.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,16 @@ The following arguments are supported:
37
37
*`recursive_delete` - DEPRECATED, Since CF API v3, recursive delete is done automatically by the cloudcontroller. This will be removed in future releases.
38
38
*`replace_on_params_change` - (Optional, Bool) Default: `false`. If set `true`, Cloud Foundry will replace the resource on any params change. This is useful if the service does not support parameter updates.
39
39
*`replace_on_service_plan_change` - (Optional, Bool) Default: `false`. If set `true`, Cloud Foundry will replace the resource on any service plan changes. Some brokered services do not support plan changes and this allows the provider to handle those cases.
40
+
*`labels` - (Optional, map string of string) Add labels as described [here](https://docs.cloudfoundry.org/adminguide/metadata.html#-view-metadata-for-an-object). Works only on cloud foundry with api >= v3.63. Below is an example usage.
0 commit comments