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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@
8
8
- Support for Permitted Methods Feature in LBaaS
9
9
- Support for VCN access control lists via `load_balancer_rule_set`
10
10
- Support for moving `ons_notification_topic`, `ons_subscription` resources across compartments
11
+
- Support for moving `oci_load_balancer` across compartments
12
+
- Support for moving `oci_kms_key` and `oci_kms_vault` Across Compartments
11
13
12
14
## 3.33.0 (July 10, 2019)
13
15
@@ -19,7 +21,6 @@
19
21
- Support for Granular Security Lists in Load Balancer
20
22
- Support for Network Security Groups in databases
21
23
- Support in autonomous database and object data sources for encoding downloaded binary content as base64. This works around behavior in Terraform v0.12 that could cause binary content to be corrupted if written directly to state.
22
-
- Support for moving `oci_load_balancer` across compartments
23
24
24
25
### Fixed
25
26
- Address panics caused by invalid type assertions in object map conversion. This could potentially affect attributes
*`compartment_id` - (Required) The OCID of the compartment that contains this key.
38
+
*`compartment_id` - (Required) (Updatable) The OCID of the compartment that contains this key.
39
39
*`defined_tags` - (Optional) (Updatable) Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: `{"foo-namespace.bar-key": "foo-value"}`
40
40
*`desired_state` - (Optional) (Updatable) Desired state of the key. Possible values : `ENABLED` or `DISABLED`
41
41
*`display_name` - (Required) (Updatable) A user-friendly name for the key. It does not have to be unique, and it is changeable. Avoid entering confidential information.
*`compartment_id` - (Required) The OCID of the compartment where you want to create this vault.
37
+
*`compartment_id` - (Required) (Updatable) The OCID of the compartment where you want to create this vault.
38
38
*`defined_tags` - (Optional) (Updatable) Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: `{"foo-namespace.bar-key": "foo-value"}`
39
39
*`display_name` - (Required) (Updatable) A user-friendly name for the vault. It does not have to be unique, and it is changeable. Avoid entering confidential information.
40
40
*`freeform_tags` - (Optional) (Updatable) Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
0 commit comments