Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: harmonize import examples #12

Merged
merged 1 commit into from
Oct 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/resources/service_credential_binding.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,7 @@ Read-Only:
Import is supported using the following syntax:

```terraform
# terraform import cloudfoundry_service_credential_binding.<resource_name> <service_credential_binding_guid>

terraform import cloudfoundry_service_credential_binding.xsuaa_svc 68fea1b6-11b9-4737-ad79-74e49832533f
```
2 changes: 2 additions & 0 deletions docs/resources/service_instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,5 +153,7 @@ Read-Only:
Import is supported using the following syntax:

```terraform
# terraform import cloudfoundry_service_instance.<resource_name> <service_instance_guid>

terraform import cloudfoundry_service_instance.xsuaa_svc 68fea1b6-11b9-4737-ad79-74e49832533f
```
2 changes: 2 additions & 0 deletions docs/resources/service_route_binding.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,7 @@ Read-Only:
Import is supported using the following syntax:

```terraform
# terraform import cloudfoundry_service_route_binding.<resource_name> <service_route_binding_guid>

terraform import cloudfoundry_service_route_binding.xsuaa_bi 68fea1b6-11b9-4737-ad79-74e49832533f
```
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
terraform import cloudfoundry_service_credential_binding.xsuaa_svc 68fea1b6-11b9-4737-ad79-74e49832533f
# terraform import cloudfoundry_service_credential_binding.<resource_name> <service_credential_binding_guid>

terraform import cloudfoundry_service_credential_binding.xsuaa_svc 68fea1b6-11b9-4737-ad79-74e49832533f
4 changes: 3 additions & 1 deletion examples/resources/cloudfoundry_service_instance/import.sh
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
terraform import cloudfoundry_service_instance.xsuaa_svc 68fea1b6-11b9-4737-ad79-74e49832533f
# terraform import cloudfoundry_service_instance.<resource_name> <service_instance_guid>

terraform import cloudfoundry_service_instance.xsuaa_svc 68fea1b6-11b9-4737-ad79-74e49832533f
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
terraform import cloudfoundry_service_route_binding.xsuaa_bi 68fea1b6-11b9-4737-ad79-74e49832533f
# terraform import cloudfoundry_service_route_binding.<resource_name> <service_route_binding_guid>

terraform import cloudfoundry_service_route_binding.xsuaa_bi 68fea1b6-11b9-4737-ad79-74e49832533f
Loading