Skip to content

Commit 560cbfd

Browse files
instance-template issue solved
1 parent 41d5333 commit 560cbfd

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ibm/service/vpc/resource_ibm_is_instance_template.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1230,12 +1230,6 @@ func ResourceIBMISInstanceTemplate() *schema.Resource {
12301230
ForceNew: true,
12311231
Description: "The maximum bandwidth (in megabits per second) for the volume. For this property to be specified, the volume storage_generation must be 2.",
12321232
},
1233-
"source_snapshot": {
1234-
Type: schema.TypeString,
1235-
Optional: true,
1236-
ForceNew: true,
1237-
Description: "The snapshot to use as a source for the volume's data.",
1238-
},
12391233
isInstanceTemplateBootSize: {
12401234
Type: schema.TypeInt,
12411235
Optional: true,

0 commit comments

Comments
 (0)