Skip to content

Commit

Permalink
Upgrade terraform-provider-oci to v5.12.0 (#203)
Browse files Browse the repository at this point in the history
Found 8 breaking changes:

Types
🟢 "oci:DataCatalog/getDataAssetsDataAssetCollectionItem:getDataAssetsDataAssetCollectionItem": required: "lifecycleDetails" property has changed to Required
"oci:Database/getDbNodeConsoleConnectionsConsoleConnection:getDbNodeConsoleConnectionsConsoleConnection": required:
🟢 "definedTags" property has changed to Required
🟢 "freeformTags" property has changed to Required
🟢 "lifecycleDetails" property has changed to Required
🟢 "serviceHostKeyFingerprint" property has changed to Required
"oci:Database/getDbNodesDbNode:getDbNodesDbNode": required:
🟢 "definedTags" property has changed to Required
🟢 "freeformTags" property has changed to Required
🟢 "lifecycleDetails" property has changed to Required
New resources:
Database/dbNode.DbNode
  • Loading branch information
aq17 authored Sep 7, 2023
1 parent 5b9a484 commit f696f03
Show file tree
Hide file tree
Showing 80 changed files with 6,000 additions and 280 deletions.
54 changes: 51 additions & 3 deletions provider/cmd/pulumi-resource-oci/bridge-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11323,6 +11323,9 @@
"vm_cluster_id": {}
}
},
"oci_database_db_node": {
"current": "oci:Database/dbNode:DbNode"
},
"oci_database_db_node_console_connection": {
"current": "oci:Database/dbNodeConsoleConnection:DbNodeConsoleConnection",
"fields": {
Expand Down Expand Up @@ -71396,6 +71399,7 @@
"oci:Database/databaseSoftwareImage:DatabaseSoftwareImage": "oci_database_database_software_image",
"oci:Database/databaseUpgrade:DatabaseUpgrade": "oci_database_database_upgrade",
"oci:Database/dbHome:DbHome": "oci_database_db_home",
"oci:Database/dbNode:DbNode": "oci_database_db_node",
"oci:Database/dbNodeConsoleConnection:DbNodeConsoleConnection": "oci_database_db_node_console_connection",
"oci:Database/dbSystem:DbSystem": "oci_database_db_system",
"oci:Database/dbSystemsUpgrade:DbSystemsUpgrade": "oci_database_db_systems_upgrade",
Expand Down Expand Up @@ -89376,6 +89380,7 @@
"createdById": "created_by_id",
"displayName": "display_name",
"externalKey": "external_key",
"lifecycleDetails": "lifecycle_details",
"timeCreated": "time_created",
"timeHarvested": "time_harvested",
"timeUpdated": "time_updated",
Expand Down Expand Up @@ -89518,6 +89523,7 @@
"dataAssetKey": "data_asset_key",
"displayName": "display_name",
"externalKey": "external_key",
"lifecycleDetails": "lifecycle_details",
"timeCreated": "time_created",
"timeHarvested": "time_harvested",
"timeUpdated": "time_updated",
Expand All @@ -89539,6 +89545,7 @@
"createdById": "created_by_id",
"displayName": "display_name",
"externalKey": "external_key",
"lifecycleDetails": "lifecycle_details",
"timeCreated": "time_created",
"timeHarvested": "time_harvested",
"timeUpdated": "time_updated",
Expand Down Expand Up @@ -96218,11 +96225,38 @@
"timeCreated": "time_created",
"vmClusterId": "vm_cluster_id"
},
"oci:Database/dbNode:DbNode": {
"additionalDetails": "additional_details",
"backupIpId": "backup_ip_id",
"backupVnic2id": "backup_vnic2id",
"backupVnicId": "backup_vnic_id",
"cpuCoreCount": "cpu_core_count",
"dbNodeId": "db_node_id",
"dbNodeStorageSizeInGbs": "db_node_storage_size_in_gbs",
"dbServerId": "db_server_id",
"dbSystemId": "db_system_id",
"definedTags": "defined_tags",
"faultDomain": "fault_domain",
"freeformTags": "freeform_tags",
"hostIpId": "host_ip_id",
"lifecycleDetails": "lifecycle_details",
"maintenanceType": "maintenance_type",
"memorySizeInGbs": "memory_size_in_gbs",
"softwareStorageSizeInGb": "software_storage_size_in_gb",
"timeCreated": "time_created",
"timeMaintenanceWindowEnd": "time_maintenance_window_end",
"timeMaintenanceWindowStart": "time_maintenance_window_start",
"vnicId": "vnic_id"
},
"oci:Database/dbNodeConsoleConnection:DbNodeConsoleConnection": {
"compartmentId": "compartment_id",
"connectionString": "connection_string",
"dbNodeId": "db_node_id",
"publicKey": "public_key"
"definedTags": "defined_tags",
"freeformTags": "freeform_tags",
"lifecycleDetails": "lifecycle_details",
"publicKey": "public_key",
"serviceHostKeyFingerprint": "service_host_key_fingerprint"
},
"oci:Database/dbSystem:DbSystem": {
"availabilityDomain": "availability_domain",
Expand Down Expand Up @@ -99008,8 +99042,11 @@
"dbNodeStorageSizeInGbs": "db_node_storage_size_in_gbs",
"dbServerId": "db_server_id",
"dbSystemId": "db_system_id",
"definedTags": "defined_tags",
"faultDomain": "fault_domain",
"freeformTags": "freeform_tags",
"hostIpId": "host_ip_id",
"lifecycleDetails": "lifecycle_details",
"maintenanceType": "maintenance_type",
"memorySizeInGbs": "memory_size_in_gbs",
"softwareStorageSizeInGb": "software_storage_size_in_gb",
Expand All @@ -99022,7 +99059,11 @@
"compartmentId": "compartment_id",
"connectionString": "connection_string",
"dbNodeId": "db_node_id",
"publicKey": "public_key"
"definedTags": "defined_tags",
"freeformTags": "freeform_tags",
"lifecycleDetails": "lifecycle_details",
"publicKey": "public_key",
"serviceHostKeyFingerprint": "service_host_key_fingerprint"
},
"oci:Database/getDbNodeConsoleConnections:getDbNodeConsoleConnections": {
"consoleConnections": "console_connections",
Expand All @@ -99033,7 +99074,11 @@
"compartmentId": "compartment_id",
"connectionString": "connection_string",
"dbNodeId": "db_node_id",
"publicKey": "public_key"
"definedTags": "defined_tags",
"freeformTags": "freeform_tags",
"lifecycleDetails": "lifecycle_details",
"publicKey": "public_key",
"serviceHostKeyFingerprint": "service_host_key_fingerprint"
},
"oci:Database/getDbNodes:getDbNodes": {
"compartmentId": "compartment_id",
Expand All @@ -99053,8 +99098,11 @@
"dbNodeStorageSizeInGbs": "db_node_storage_size_in_gbs",
"dbServerId": "db_server_id",
"dbSystemId": "db_system_id",
"definedTags": "defined_tags",
"faultDomain": "fault_domain",
"freeformTags": "freeform_tags",
"hostIpId": "host_ip_id",
"lifecycleDetails": "lifecycle_details",
"maintenanceType": "maintenance_type",
"memorySizeInGbs": "memory_size_in_gbs",
"softwareStorageSizeInGb": "software_storage_size_in_gb",
Expand Down
Loading

0 comments on commit f696f03

Please sign in to comment.