-
Notifications
You must be signed in to change notification settings - Fork 38
fix(observability/instance): adjust drift #1044
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
base: main
Are you sure you want to change the base?
fix(observability/instance): adjust drift #1044
Conversation
…d-computed-planmodifiers-and-nil-check
|
This PR was marked as stale after 7 days of inactivity and will be closed after another 7 days of further inactivity. If this PR should be kept open, just add a comment, remove the stale label or push new commits to it. |
|
Bump |
|
Thanks for your contributions! The terraform-provider-stackit/stackit/internal/services/observability/instance/resource.go Lines 734 to 749 in 1b7bc05
Could you set it to computed and default: true, similar like it's done for google_chat and ms_teams? This would probably fix this issue #1003 |
I added it to more places with a default value of true and computed, since there are three places of send_resolved. |
Description
With some of the newer versions the Observability Instance Ressource generates a lot of diff noise if a alert_config is specified.
This issue tries to solve this noisiness.
If there are changes needed just let me know.
Checklist
make fmtexamples/directory)make generate-docs(will be checked by CI)make test(will be checked by CI)make lint(will be checked by CI)