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
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,16 +13,7 @@
13
13
- Support for moving `core_instance` resources across compartments
14
14
- Support for LBaaS Cookie Insertion (Sticky Cookie)
15
15
- Support for moving `identity_compartment` resource tree across compartments
16
-
17
-
## 3.33.0 (July 10, 2019)
18
-
19
-
### Added
20
-
- Support autonomous transaction processing preview mode
21
-
- Support load balancer attachment data source for instance pools
22
-
- Support moving `core_route_table`, `core_security_list`, `core_subnet`, `core_vcn` resources across compartments
23
-
- Support for Granular Security Lists using Network Security Group
24
-
- Support for Granular Security Lists in Load Balancer
25
-
- Support for Network Security Groups in databases
16
+
- Support for moving `dns_zone` and `dns_steering_policy` resources across compartments
26
17
- 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.
27
18
28
19
### Fixed
@@ -39,6 +30,16 @@ that are maps of string values.
39
30
- identity_user
40
31
- Removing deprecated field `time_state_modifed` from data source `core_ip_sec_connection_device_status`. `time_state_modified` should be used instead
41
32
33
+
## 3.33.0 (July 10, 2019)
34
+
35
+
### Added
36
+
- Support autonomous transaction processing preview mode
37
+
- Support load balancer attachment data source for instance pools
38
+
- Support moving `core_route_table`, `core_security_list`, `core_subnet`, `core_vcn` resources across compartments
39
+
- Support for Granular Security Lists using Network Security Group
40
+
- Support for Granular Security Lists in Load Balancer
41
+
- Support for Network Security Groups in databases
Copy file name to clipboardExpand all lines: website/docs/r/dns_steering_policy.html.markdown
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ The following arguments are supported:
80
80
* `pool` - (Optional) The freeform name of a group of one or more records in which this record is included, such as "LAX data center". An answer's `pool` property can be referenced in `answerCondition` properties of rules using `answer.pool`.
81
81
* `rdata` - (Required) The record's data, as whitespace-delimited tokens in type-specific presentation format. All RDATA is normalized and the returned presentation of your RDATA may differ from its initial input. For more information about RDATA, see [Supported DNS Resource Record Types](https://docs.cloud.oracle.com/iaas/Content/DNS/Reference/supporteddnsresource.htm).
82
82
* `rtype` - (Required) The canonical name for the record's type. Only A, AAAA, and CNAME are supported. For more information, see [Supported DNS Resource Record Types](https://docs.cloud.oracle.com/iaas/Content/DNS/Reference/supporteddnsresource.htm).
83
-
*`compartment_id` - (Required) The OCID of the compartment containing the steering policy.
83
+
*`compartment_id` - (Required) (Updatable) The OCID of the compartment containing the steering policy.
84
84
*`defined_tags` - (Optional) (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
85
85
*`display_name` - (Required) (Updatable) A user-friendly name for the steering policy. Does not have to be unique and can be changed. Avoid entering confidential information.
86
86
*`freeform_tags` - (Optional) (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
0 commit comments