File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed
examples/resources/cloudfoundry_service_instance_sharing Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ resource "cloudfoundry_service_instance_sharing" "instance_sharing" {
53
53
54
54
### Read-Only
55
55
56
- - ` id ` (String) The GUID of the object. This will be the same as the service_instance GUID.
56
+ - ` id ` (String) The GUID of the object.
57
57
58
58
## Import
59
59
@@ -63,11 +63,9 @@ Import is supported using the following syntax:
63
63
# terraform import cloudfoundry_service_instance_sharing.<resource_name> <service_instance_guid>
64
64
65
65
terraform import cloudfoundry_service_instance_sharing.my_instance_sharing a1b2c3d4-5678-90ab-cdef-12345678abcd
66
- ```
67
66
68
- For Terraform 1.5+ users, you can also use the newer import blocks syntax:
67
+ # For Terraform 1.5+ users, you can also use the newer import blocks syntax:
69
68
70
- ``` terraform
71
69
import {
72
70
to = cloudfoundry_service_instance_sharing.my_instance_sharing
73
71
id = "a1b2c3d4-5678-90ab-cdef-12345678abcd"
Original file line number Diff line number Diff line change
1
+ # terraform import cloudfoundry_service_instance_sharing.<resource_name> <service_instance_guid>
2
+
3
+ terraform import cloudfoundry_service_instance_sharing.my_instance_sharing a1b2c3d4-5678-90ab-cdef-12345678abcd
4
+
5
+ # For Terraform 1.5+ users, you can also use the newer import blocks syntax:
6
+
7
+ import {
8
+ to = cloudfoundry_service_instance_sharing.my_instance_sharing
9
+ id = " a1b2c3d4-5678-90ab-cdef-12345678abcd"
10
+ }
You can’t perform that action at this time.
0 commit comments