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
doppler_project_member_group resource creation fails with the following error. The error occurs quite sporadically.
Error: Doppler Error: Project does not have access to this environment.
│
│ with module.delete-asap-61-repository.doppler_project_member_group.doppler_developer_group_assignment,
│ on modules/repositories/main.tf line 98, in resource "doppler_project_member_group" "doppler_developer_group_assignment":
│ 98: resource "doppler_project_member_group" "doppler_developer_group_assignment" {
@kiranbaddi When you encounter this – are any changes happening to the projects and environments being referenced (i.e., are they being created/deleted/modified during the TF run)? Or does it happen in situations where just the doppler_project_member_group is being applied?
Issue:
doppler_project_member_group
resource creation fails with the following error. The error occurs quite sporadically.This is the resource definition in our module
The text was updated successfully, but these errors were encountered: