Skip to content

Commit

Permalink
Upgrade terraform-provider-oci to v5.0.0 (#149)
Browse files Browse the repository at this point in the history
* make tfgen

* make build_sdks
  • Loading branch information
aq17 authored Jun 13, 2023
1 parent b680163 commit 8f0bd93
Show file tree
Hide file tree
Showing 130 changed files with 4,869 additions and 4,565 deletions.
67 changes: 46 additions & 21 deletions provider/cmd/pulumi-resource-oci/bridge-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -6023,6 +6023,21 @@
"time_updated": {}
}
},
"oci_core_compute_capacity_report": {
"current": "oci:Core/computeCapacityReport:ComputeCapacityReport",
"fields": {
"shape_availabilities": {
"maxItemsOne": false,
"elem": {
"fields": {
"instance_shape_config": {
"maxItemsOne": true
}
}
}
}
}
},
"oci_core_compute_capacity_reservation": {
"current": "oci:Core/computeCapacityReservation:ComputeCapacityReservation",
"fields": {
Expand Down Expand Up @@ -31761,6 +31776,7 @@
"oci:Core/bootVolumeBackup:BootVolumeBackup": "oci_core_boot_volume_backup",
"oci:Core/captureFilter:CaptureFilter": "oci_core_capture_filter",
"oci:Core/clusterNetwork:ClusterNetwork": "oci_core_cluster_network",
"oci:Core/computeCapacityReport:ComputeCapacityReport": "oci_core_compute_capacity_report",
"oci:Core/computeCapacityReservation:ComputeCapacityReservation": "oci_core_compute_capacity_reservation",
"oci:Core/computeCluster:ComputeCluster": "oci_core_compute_cluster",
"oci:Core/computeImageCapabilitySchema:ComputeImageCapabilitySchema": "oci_core_compute_image_capability_schema",
Expand Down Expand Up @@ -32048,7 +32064,6 @@
"oci:Identity/networkSource:NetworkSource": "oci_identity_network_source",
"oci:Identity/policy:Policy": "oci_identity_policy",
"oci:Identity/smtpCredential:SmtpCredential": "oci_identity_smtp_credential",
"oci:Identity/swiftPassword:SwiftPassword": "oci_identity_swift_password",
"oci:Identity/tag:Tag": "oci_identity_tag",
"oci:Identity/tagDefault:TagDefault": "oci_identity_tag_default",
"oci:Identity/tagNamespace:TagNamespace": "oci_identity_tag_namespace",
Expand Down Expand Up @@ -33131,7 +33146,6 @@
"oci:Identity/getRegionSubscriptions:getRegionSubscriptions": "oci_identity_region_subscriptions",
"oci:Identity/getRegions:getRegions": "oci_identity_regions",
"oci:Identity/getSmtpCredentials:getSmtpCredentials": "oci_identity_smtp_credentials",
"oci:Identity/getSwiftPasswords:getSwiftPasswords": "oci_identity_swift_passwords",
"oci:Identity/getTag:getTag": "oci_identity_tag",
"oci:Identity/getTagDefault:getTagDefault": "oci_identity_tag_default",
"oci:Identity/getTagDefaults:getTagDefaults": "oci_identity_tag_defaults",
Expand Down Expand Up @@ -43414,6 +43428,16 @@
"displayName": "display_name",
"subnetId": "subnet_id"
},
"oci:Core/ComputeCapacityReportShapeAvailability:ComputeCapacityReportShapeAvailability": {
"availabilityStatus": "availability_status",
"availableCount": "available_count",
"faultDomain": "fault_domain",
"instanceShape": "instance_shape",
"instanceShapeConfig": "instance_shape_config"
},
"oci:Core/ComputeCapacityReportShapeAvailabilityInstanceShapeConfig:ComputeCapacityReportShapeAvailabilityInstanceShapeConfig": {
"memoryInGbs": "memory_in_gbs"
},
"oci:Core/ComputeCapacityReservationInstanceReservationConfig:ComputeCapacityReservationInstanceReservationConfig": {
"clusterConfig": "cluster_config",
"faultDomain": "fault_domain",
Expand Down Expand Up @@ -44004,6 +44028,12 @@
"timeCreated": "time_created",
"timeUpdated": "time_updated"
},
"oci:Core/computeCapacityReport:ComputeCapacityReport": {
"availabilityDomain": "availability_domain",
"compartmentId": "compartment_id",
"shapeAvailabilities": "shape_availabilities",
"timeCreated": "time_created"
},
"oci:Core/computeCapacityReservation:ComputeCapacityReservation": {
"availabilityDomain": "availability_domain",
"compartmentId": "compartment_id",
Expand Down Expand Up @@ -61204,7 +61234,8 @@
"oci:DatabaseMigration/MigrationGoldenGateDetailsSettingsReplicat:MigrationGoldenGateDetailsSettingsReplicat": {
"mapParallelism": "map_parallelism",
"maxApplyParallelism": "max_apply_parallelism",
"minApplyParallelism": "min_apply_parallelism"
"minApplyParallelism": "min_apply_parallelism",
"performanceProfile": "performance_profile"
},
"oci:DatabaseMigration/MigrationVaultDetails:MigrationVaultDetails": {
"compartmentId": "compartment_id",
Expand Down Expand Up @@ -61390,6 +61421,7 @@
"agentId": "agent_id",
"compartmentId": "compartment_id",
"credentialsSecretId": "credentials_secret_id",
"csvText": "csv_text",
"dataTransferMediumDetails": "data_transfer_medium_details",
"datapumpSettings": "datapump_settings",
"definedTags": "defined_tags",
Expand Down Expand Up @@ -61475,7 +61507,8 @@
"oci:DatabaseMigration/getMigrationGoldenGateDetailSettingReplicat:getMigrationGoldenGateDetailSettingReplicat": {
"mapParallelism": "map_parallelism",
"maxApplyParallelism": "max_apply_parallelism",
"minApplyParallelism": "min_apply_parallelism"
"minApplyParallelism": "min_apply_parallelism",
"performanceProfile": "performance_profile"
},
"oci:DatabaseMigration/getMigrationObjectTypes:getMigrationObjectTypes": {
"filters": "filter",
Expand All @@ -61498,6 +61531,7 @@
"agentId": "agent_id",
"compartmentId": "compartment_id",
"credentialsSecretId": "credentials_secret_id",
"csvText": "csv_text",
"dataTransferMediumDetails": "data_transfer_medium_details",
"datapumpSettings": "datapump_settings",
"definedTags": "defined_tags",
Expand Down Expand Up @@ -61582,7 +61616,8 @@
"oci:DatabaseMigration/getMigrationsMigrationCollectionItemGoldenGateDetailSettingReplicat:getMigrationsMigrationCollectionItemGoldenGateDetailSettingReplicat": {
"mapParallelism": "map_parallelism",
"maxApplyParallelism": "max_apply_parallelism",
"minApplyParallelism": "min_apply_parallelism"
"minApplyParallelism": "min_apply_parallelism",
"performanceProfile": "performance_profile"
},
"oci:DatabaseMigration/getMigrationsMigrationCollectionItemVaultDetail:getMigrationsMigrationCollectionItemVaultDetail": {
"compartmentId": "compartment_id",
Expand All @@ -61607,6 +61642,7 @@
"agentId": "agent_id",
"compartmentId": "compartment_id",
"credentialsSecretId": "credentials_secret_id",
"csvText": "csv_text",
"dataTransferMediumDetails": "data_transfer_medium_details",
"datapumpSettings": "datapump_settings",
"definedTags": "defined_tags",
Expand Down Expand Up @@ -70679,16 +70715,6 @@
"timeExpires": "time_expires",
"userId": "user_id"
},
"oci:Identity/getSwiftPasswords:getSwiftPasswords": {
"filters": "filter",
"userId": "user_id"
},
"oci:Identity/getSwiftPasswordsPassword:getSwiftPasswordsPassword": {
"expiresOn": "expires_on",
"inactiveState": "inactive_state",
"timeCreated": "time_created",
"userId": "user_id"
},
"oci:Identity/getTag:getTag": {
"definedTags": "defined_tags",
"freeformTags": "freeform_tags",
Expand Down Expand Up @@ -70904,12 +70930,6 @@
"timeExpires": "time_expires",
"userId": "user_id"
},
"oci:Identity/swiftPassword:SwiftPassword": {
"expiresOn": "expires_on",
"inactiveState": "inactive_state",
"timeCreated": "time_created",
"userId": "user_id"
},
"oci:Identity/tag:Tag": {
"definedTags": "defined_tags",
"freeformTags": "freeform_tags",
Expand Down Expand Up @@ -74947,6 +74967,7 @@
},
"oci:Mysql/MysqlDbSystemHeatWaveCluster:MysqlDbSystemHeatWaveCluster": {
"clusterSize": "cluster_size",
"isLakehouseEnabled": "is_lakehouse_enabled",
"shapeName": "shape_name",
"timeCreated": "time_created",
"timeUpdated": "time_updated"
Expand Down Expand Up @@ -75073,6 +75094,7 @@
"clusterNodes": "cluster_nodes",
"clusterSize": "cluster_size",
"dbSystemId": "db_system_id",
"isLakehouseEnabled": "is_lakehouse_enabled",
"lifecycleDetails": "lifecycle_details",
"shapeName": "shape_name",
"timeCreated": "time_created",
Expand Down Expand Up @@ -75522,6 +75544,7 @@
},
"oci:Mysql/getMysqlDbSystemHeatWaveCluster:getMysqlDbSystemHeatWaveCluster": {
"clusterSize": "cluster_size",
"isLakehouseEnabled": "is_lakehouse_enabled",
"shapeName": "shape_name",
"timeCreated": "time_created",
"timeUpdated": "time_updated"
Expand Down Expand Up @@ -75651,6 +75674,7 @@
},
"oci:Mysql/getMysqlDbSystemsDbSystemHeatWaveCluster:getMysqlDbSystemsDbSystemHeatWaveCluster": {
"clusterSize": "cluster_size",
"isLakehouseEnabled": "is_lakehouse_enabled",
"shapeName": "shape_name",
"timeCreated": "time_created",
"timeUpdated": "time_updated"
Expand Down Expand Up @@ -75731,6 +75755,7 @@
"clusterNodes": "cluster_nodes",
"clusterSize": "cluster_size",
"dbSystemId": "db_system_id",
"isLakehouseEnabled": "is_lakehouse_enabled",
"lifecycleDetails": "lifecycle_details",
"shapeName": "shape_name",
"timeCreated": "time_created",
Expand Down
Loading

0 comments on commit 8f0bd93

Please sign in to comment.