Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

Commit e0c0f9c

Browse files
committed
Import added, docs updated
1 parent d5fa8ff commit e0c0f9c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+355
-3
lines changed

docs/resources/gcore_baremetal.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,11 @@ Read-Only:
125125
- **addr** (String)
126126
- **type** (String)
127127

128+
## Import
128129

130+
Import is supported using the following syntax:
131+
132+
```shell
133+
# import using <project_id>:<region_id>:<instance_id> format
134+
terraform import gcore_baremetal.instance1 1:6:447d2959-8ae0-4ca0-8d47-9f050a3637d7
135+
```

docs/resources/gcore_floatingip.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,11 @@ resource "gcore_floatingip" "floating_ip" {
5050
- **status** (String)
5151
- **updated_at** (String)
5252

53+
## Import
5354

55+
Import is supported using the following syntax:
56+
57+
```shell
58+
# import using <project_id>:<region_id>:<floatingip_id> format
59+
terraform import gcore_floatingip.fip1 1:6:447d2959-8ae0-4ca0-8d47-9f050a3637d7
60+
```

docs/resources/gcore_instance.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,4 +218,11 @@ Required:
218218
- **id** (String) Firewall unique id
219219
- **name** (String)
220220

221+
## Import
221222

223+
Import is supported using the following syntax:
224+
225+
```shell
226+
# import using <project_id>:<region_id>:<instance_id> format
227+
terraform import gcore_instance.instance1 1:6:447d2959-8ae0-4ca0-8d47-9f050a3637d7
228+
```

docs/resources/gcore_k8s.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,11 @@ Optional:
113113
- **create** (String)
114114
- **update** (String)
115115

116+
## Import
116117

118+
Import is supported using the following syntax:
119+
120+
```shell
121+
# import using <project_id>:<region_id>:<cluster_id> format
122+
terraform import gcore_k8s.cluster1 1:6:447d2959-8ae0-4ca0-8d47-9f050a3637d7
123+
```

docs/resources/gcore_k8s_pool.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,11 @@ Optional:
7070
- **create** (String)
7171
- **update** (String)
7272

73+
## Import
7374

75+
Import is supported using the following syntax:
76+
77+
```shell
78+
# import using <project_id>:<region_id>:<pool_id>:<cluster_id> format
79+
terraform import gcore_k8s_pool.k8s_pool1 1:6:a775dd94-4e9c-4da7-9f0e-ffc9ae34446b:447d2959-8ae0-4ca0-8d47-9f050a3637d7
80+
```

docs/resources/gcore_lblistener.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,11 @@ Optional:
8383
- **create** (String)
8484
- **delete** (String)
8585

86+
## Import
8687

88+
Import is supported using the following syntax:
89+
90+
```shell
91+
# import using <project_id>:<region_id>:<lblistener_id>:<loadbalancer_id> format
92+
terraform import gcore_lblistener.lblistener1 1:6:a775dd94-4e9c-4da7-9f0e-ffc9ae34446b:447d2959-8ae0-4ca0-8d47-9f050a3637d7
93+
```

docs/resources/gcore_lbmember.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,11 @@ Optional:
9696
- **create** (String)
9797
- **delete** (String)
9898

99+
## Import
99100

101+
Import is supported using the following syntax:
102+
103+
```shell
104+
# import using <project_id>:<region_id>:<lbmember>:<pool_id> format
105+
terraform import gcore_lbmember.lbmember1 1:6:a775dd94-4e9c-4da7-9f0e-ffc9ae34446b:447d2959-8ae0-4ca0-8d47-9f050a3637d7
106+
```

docs/resources/gcore_lbpool.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,11 @@ Optional:
117117
- **create** (String)
118118
- **delete** (String)
119119

120+
## Import
120121

122+
Import is supported using the following syntax:
123+
124+
```shell
125+
# import using <project_id>:<region_id>:<lbpool_id> format
126+
terraform import gcore_lbpool.lbpool1 1:6:447d2959-8ae0-4ca0-8d47-9f050a3637d7
127+
```

docs/resources/gcore_lifecyclepolicy.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,4 +138,11 @@ Read-Only:
138138

139139
- **name** (String)
140140

141+
## Import
141142

143+
Import is supported using the following syntax:
144+
145+
```shell
146+
# import using <project_id>:<region_id>:<lifecyclepolicy_id> format
147+
terraform import gcore_lifecyclepolicy.lifecyclepolicy1 1:6:447d2959-8ae0-4ca0-8d47-9f050a3637d7
148+
```

docs/resources/gcore_loadbalancer.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,11 @@ Optional:
8282
- **create** (String)
8383
- **delete** (String)
8484

85+
## Import
8586

87+
Import is supported using the following syntax:
88+
89+
```shell
90+
# import using <project_id>:<region_id>:<loadbalancer_id> format
91+
terraform import gcore_loadbalancer.loadbalancer1 1:6:447d2959-8ae0-4ca0-8d47-9f050a3637d7
92+
```

0 commit comments

Comments
 (0)