Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add import for GRANT permissions #74

Open
Imploxion opened this issue Jun 14, 2022 · 2 comments
Open

Add import for GRANT permissions #74

Imploxion opened this issue Jun 14, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@Imploxion
Copy link

Hi.
Actually we are trying to move all the queries that we have in Redshift related to internal configuration of the database (users, groups, schemas and permissions).
Until now we have got no problem with users, groups and schema resources but now as we are trying to move the permissions we tried to use imports as the same way we made with the other resources.

The module id is different as the others ones as it is not using an internal id from redshift but the provider generates it and we tried to generate the id for existing grant permissions as the same way. When we do it we faced an error that the provider does not support import for grant resources.

Error: resource redshift_grant doesn't support import

Could be possible to add the import function for this resources?

@mtesch-um
Copy link
Contributor

This would be a great feature, it'd be extremely helpful for validating terraforming an existing database.

@franknazario
Copy link

+1

@winglot winglot added the enhancement New feature or request label Jan 19, 2023
StevenKGER pushed a commit to dbsystel/terraform-provider-redshift that referenced this issue Oct 25, 2024
…o-5.x

Update actions/setup-go action to v5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants