We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2e195b commit 0bebabcCopy full SHA for 0bebabc
CHANGELOG.md
@@ -3,7 +3,7 @@
3
### Added
4
- Support for creating `oci_database_autonomous_database` resource with the specified `whitelisted_ips`
5
- Support for `customer_asn` attribute in `core_virtual_circuit` resource
6
-- Support for Instance Pool with Fault Domain
+- Support for fault domains in `core_instance_pool` resource
7
8
### Deprecated
9
- Virtual Circuit resource: The `customer_bgp_asn` attribute is now deprecated. Please use the `customer_asn` instead.
oci/version.go
@@ -6,7 +6,7 @@ import (
"log"
)
-const Version = "3.52.0"
+const Version = "3.53.0"
10
11
func PrintVersion() {
12
log.Printf("[INFO] terraform-provider-oci %s\n", Version)
0 commit comments