-
Notifications
You must be signed in to change notification settings - Fork 10
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
Support for mapping sdm_roles with sdm_datasource using "name" as identifier instead of relying on tags or id #35
Comments
We would like to pass something like below in tfvars to map roles with datasource:
|
Hi Brian, Thanks for providing feedback. This will be reviewed for consideration by our product team. We've logged your request as interest for this feature as a support ticket as well. Could you share your email address so that it may be associated with that ticket? Please feel free to reach out for any further questions or concerns. Thanks, Marc O'Brien |
It feels like this probably could be achieved with the sdm_role_attachment resource. Using |
Adding more info:
Error: cannot create Role: cannot create role: invalid operation: invalid access rules: invalid operation: cannot have duplicate rule criteria for a role |
Pls file a Sweeper ticket for this and we can investigate how/when to resolve |
[FEATURE REQUEST]
sdm_roles
withsdm_resource
using "name" as identifier instead of relying on tags or id.Additional Information:
Terraform v1.0.6
on darwin_amd64
We are leveraging
access_rules
fromsdm_roles
to map resources. The challenge is,The text was updated successfully, but these errors were encountered: