Skip to content

Commit

Permalink
Upgrade terraform-provider-oci to v5.41.0 (#465)
Browse files Browse the repository at this point in the history
This PR was generated via `$ upgrade-provider pulumi/pulumi-oci
--kind=all --target-bridge-version=latest`.

---

- Upgrading terraform-provider-oci from 5.40.0  to 5.41.0.
	Fixes #457
  • Loading branch information
pulumi-bot authored May 10, 2024
1 parent 8764884 commit 31d9d63
Show file tree
Hide file tree
Showing 162 changed files with 8,624 additions and 1,252 deletions.
58 changes: 58 additions & 0 deletions provider/cmd/pulumi-resource-oci/bridge-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -5356,6 +5356,9 @@
"customer_contacts": {
"maxItemsOne": false
},
"defined_file_system_configurations": {
"maxItemsOne": false
},
"maintenance_window": {
"maxItemsOne": true,
"elem": {
Expand Down Expand Up @@ -5393,6 +5396,9 @@
"db_servers": {
"maxItemsOne": false
},
"file_system_configuration_details": {
"maxItemsOne": false
},
"iorm_config_cache": {
"maxItemsOne": false,
"elem": {
Expand Down Expand Up @@ -12250,6 +12256,16 @@
"conditions": {
"maxItemsOne": false
},
"ip_max_connections": {
"maxItemsOne": false,
"elem": {
"fields": {
"ip_addresses": {
"maxItemsOne": false
}
}
}
},
"redirect_uri": {
"maxItemsOne": true
}
Expand Down Expand Up @@ -34033,6 +34049,9 @@
"customer_contacts": {
"maxItemsOne": false
},
"defined_file_system_configurations": {
"maxItemsOne": false
},
"maintenance_window": {
"maxItemsOne": false,
"elem": {
Expand Down Expand Up @@ -34080,6 +34099,9 @@
"customer_contacts": {
"maxItemsOne": false
},
"defined_file_system_configurations": {
"maxItemsOne": false
},
"maintenance_window": {
"maxItemsOne": false,
"elem": {
Expand Down Expand Up @@ -34130,6 +34152,9 @@
"db_servers": {
"maxItemsOne": false
},
"file_system_configuration_details": {
"maxItemsOne": false
},
"iorm_config_cache": {
"maxItemsOne": false,
"elem": {
Expand Down Expand Up @@ -34180,6 +34205,9 @@
"db_servers": {
"maxItemsOne": false
},
"file_system_configuration_details": {
"maxItemsOne": false
},
"iorm_config_cache": {
"maxItemsOne": false,
"elem": {
Expand Down Expand Up @@ -55058,6 +55086,16 @@
"conditions": {
"maxItemsOne": false
},
"ip_max_connections": {
"maxItemsOne": false,
"elem": {
"fields": {
"ip_addresses": {
"maxItemsOne": false
}
}
}
},
"redirect_uri": {
"maxItemsOne": false
}
Expand Down Expand Up @@ -55251,6 +55289,16 @@
"conditions": {
"maxItemsOne": false
},
"ip_max_connections": {
"maxItemsOne": false,
"elem": {
"fields": {
"ip_addresses": {
"maxItemsOne": false
}
}
}
},
"redirect_uri": {
"maxItemsOne": false
}
Expand Down Expand Up @@ -55287,6 +55335,16 @@
"conditions": {
"maxItemsOne": false
},
"ip_max_connections": {
"maxItemsOne": false,
"elem": {
"fields": {
"ip_addresses": {
"maxItemsOne": false
}
}
}
},
"redirect_uri": {
"maxItemsOne": false
}
Expand Down
Loading

0 comments on commit 31d9d63

Please sign in to comment.