vultr / terraform-provider-vultr

Terraform Vultr provider
https://www.terraform.io/docs/providers/vultr/
Mozilla Public License 2.0
190 stars 65 forks source link

Support Managed Redis User Access Control #439

Closed christhemorse closed 7 months ago

christhemorse commented 7 months ago

Description

This PR updates the Vultr TF provider user resource to support new access control information and operations for Redis Managed Databases. On the read side, it will pull in the existing access control information returned from the API when applicable and also supports providing a custom access_control block to set a custom configuration on creation and update. In addition, it fixes a couple of error message matches that were changed on the Vultr API side and causing some test failures.

Checklist: