terraform-provider-ovh icon indicating copy to clipboard operation
terraform-provider-ovh copied to clipboard

Add MongoDB and Redis user provider

Open lpatte opened this issue 3 years ago • 1 comments
trafficstars

  • MongoDB User Lifecycle
  • Redis User Lifecycle
  • Import Test for Cloud Databases resources
  • Fix Database User Resource Import
  • Add ForceNew in Database Resource
  • add Retry in IP restriction to work with MongoDB
  • Use ValidateFunc for Database User engine input instead custom validation process

lpatte avatar Aug 09 '22 09:08 lpatte

@ovh/cloud-databases please review

lpatte avatar Aug 09 '22 14:08 lpatte

review in progress

one modification to do in the doc please:

resource "ovh_cloud_project_database" "mongodb" {
  service_name = var.openstack_infos.project_id
resource "ovh_cloud_project_database" "mongodb" {
 service_name = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"

:)

scraly avatar Aug 19 '22 08:08 scraly

Thanks, it's OK for me :)

scraly avatar Aug 23 '22 13:08 scraly