Kaginari / terraform-provider-mongodb

Terraform provider for mongodb instance (selfhosted, AWS documentDB and cloud instances )
MIT License
24 stars 31 forks source link

Increase user max items to 25 #20

Closed ghost closed 2 years ago

ghost commented 2 years ago

To avoid terraform error when using more than 10 "role" blocks:

│ Error: Too many role blocks
│ 
│   on auth.tf line 13, in resource "mongodb_db_user" "read_write_user":
│   13:     content {
│ 
│ No more than 10 "role" blocks are allowed
ITMonta commented 2 years ago

Available version : v0.1.3 Thank you for your contribution 👍

ghost commented 2 years ago

Thank you very much for this nice project :clap: