refactor: Replace yaml manifests with k8s resources and map implicit dependencies #639
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
terraform-aws-managed-service-prometheus
; this provisions the AMG workspace but also provides the workspace IAM role for single account usage, workspace SAML configuration, license assocaition, and role association. Once r/grafana_workspace_api_key hashicorp/terraform-provider-aws#25100 is resolved, the extra step of manually fetching API keys will be resolved and handled by code, andaws_grafana_role_association
fails to associate AWS SSO user/group IDs hashicorp/terraform-provider-aws#24166 will resolve user management via code as well. This reduces the steps required by users to streamline the provisioning of the exampleterraform-aws-managed-service-prometheus
which implements the workspace as well as the alert manager definition and rule group namespacesopentelemetry-operator
to add support for current self-managed addon route while also supporting the new EKS ADOT addonadot-collector-*
addons to flatten configuration tomain.tf
main
Motivation
More
pre-commit run -a
with this PRNote: Not all the PRs required examples and docs except a new pattern or add-on added.
For Moderators
Additional Notes
…dependencies