Open maxkoko-co opened 2 years ago
Voting for Prioritization
Volunteering to Work on This Issue
Marking this issue as stale due to inactivity. This helps our maintainers find and focus on the active issues. If this issue receives no comments in the next 30 days it will automatically be closed. Maintainers can also remove the stale label.
If this issue was automatically closed and you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thank you!
Description
When trying to provision grafana using grafana provider I cannot do it in the same terraform run, the common provider issue of resource not being known at the creation time for provider to refresh state, or being deleted on a destroy which results in some resources being orphaned in the terraform state making it invalid.
Affected Resource(s) and/or Data Source(s)
aws_grafana_workspace, aws_prometheus_workspace
Potential Terraform Configuration
References
Raised earlier here: https://github.com/terraform-aws-modules/terraform-aws-managed-service-grafana/issues/10
Would you like to implement a fix?
No response