You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: "The ID of the instance to which the created volume is automatically attached. "+
74
74
"When use this field to attach ecs instance, the attached volume cannot be deleted by terraform, please use `terraform state rm volcengine_volume.resource_name` command to remove it from terraform state file and management.",
75
75
},
76
+
"snapshot_id": {
77
+
Type: schema.TypeString,
78
+
Optional: true,
79
+
ForceNew: true,
80
+
Description: "The id of the snapshot. When creating a volume using snapshots, this field is required.\n"+
81
+
"When importing resources, this attribute will not be imported. If this attribute is set, please use lifecycle and ignore_changes ignore changes in fields.",
Description: "The public acl control of object.Valid value is private|public-read|public-read-write|authenticated-read|bucket-owner-read.",
106
+
Description: "The public acl control of object.Valid value is private|public-read|public-read-write|authenticated-read|bucket-owner-read|default. `default` means to enable the default inheritance bucket ACL function for the object.",
0 commit comments