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
-`instance_id` (String) The id of the instance to snapshot.
34
-
- If the value of this attribute changes, the resource will be replaced.
35
33
-`name` (String) The human-readable name for the snapshot.
36
34
37
35
### Optional
38
36
37
+
-`region` (String) The region identifier. Should only be explicity specified when using the 'source_snapshot_id'.
38
+
-`replicated_region` (String) Target region for snapshot replication. When specified, also creates a copy of the snapshot in the given region. If omitted, the snapshot exists only in the current region.
39
39
-`retain_on_delete` (Boolean) Flag to retain the snapshot when the resource is deleted.
40
40
- Sets the default value "false" if the attribute is not set.
41
+
-`source_instance_id` (String) The id of the source instance from which this snapshot was derived.
42
+
- If the value of this attribute changes, the resource will be replaced.
43
+
-`source_snapshot_id` (String) The id of the source snapshot from which this snapsot was derived.
44
+
- If the value of this attribute changes, the resource will be replaced.
41
45
-`timeouts` (Attributes) (see [below for nested schema](#nestedatt--timeouts))
42
46
43
47
### Read-Only
44
48
45
49
-`created_at` (String) The timestamp when this snapshot was created in RFC 3339.
46
50
-`id` (String) The unique ID of the snapshot.
47
-
-`region` (String) The region identifier.
48
51
-`size` (Number) The storage size of this snapshot given in GiB.
MarkdownDescription: "Target region for snapshot replication. When specified, also creates a copy of the snapshot in the given region. If omitted, the snapshot exists only in the current region.",
0 commit comments