You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried running the import script, but it failed with this error:
│ Error: Invalid Configuration: Cannot have multiple roles with the same deployment id
│
│ with astro_user_roles.user_ckw3ronxn3977574jzaglzxs4r4,
│ on generated.tf line 1:
│ (source code not available)
│
│ Please provide unique deployment id for each role. The following deployment ids are duplicated: [cm0ur2mlf15r201odxdgfaztx]
╵
Failed to run Terraform command: exit status 1
This is however a valid state in Astro. It is correct that you can only attach a single role directly to a user. However, it is possible in a deployment to have a user with a role attached, and have a different role attached to the same user via a Team.
Could you support this scenario in the Terraform provider?
Steps To Reproduce
No response
Acceptance Criteria
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Description
I tried running the import script, but it failed with this error:
This is however a valid state in Astro. It is correct that you can only attach a single role directly to a user. However, it is possible in a deployment to have a user with a role attached, and have a different role attached to the same user via a Team.
Could you support this scenario in the Terraform provider?
Steps To Reproduce
No response
Acceptance Criteria
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: