-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from cloudfoundry/exporter_refactor
docs: harmonize import examples
- Loading branch information
Showing
6 changed files
with
15 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 3 additions & 1 deletion
4
examples/resources/cloudfoundry_service_credential_binding/import.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
4 changes: 3 additions & 1 deletion
4
examples/resources/cloudfoundry_service_route_binding/import.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |