Skip to content

[Bug]: Oncall outgoing webhooks defaults to disabled status #1645

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

Closed
marinnedea opened this issue Jun 14, 2024 · 0 comments · Fixed by #1647
Closed

[Bug]: Oncall outgoing webhooks defaults to disabled status #1645

marinnedea opened this issue Jun 14, 2024 · 0 comments · Fixed by #1647
Assignees
Labels

Comments

@marinnedea
Copy link

marinnedea commented Jun 14, 2024

Terraform Version

1.5.7

Terraform Grafana Provider Version

3.0.0

Grafana Version

11.1.0-71799 (3a8b59f5e8)

Affected Resource(s)

  • grafana_oncall_outgoing_webhook

Terraform Configuration Files

# Configure outgoing webhook
resource "grafana_oncall_outgoing_webhook" "client_collateral_management_outgoing_webhook" {
provider = grafana.oncall
name = "ABC Teams Channel"
url = "https://xyz/"
data = var.default_webhook_data
}

Expected Behavior

Terraform managed Oncall Outgoing webhooks to be updated without being disabled.

Actual Behavior

Terraform managed Oncall Outgoing webhooks are getting disabled whenever changes are pushed

Steps to Reproduce

Try to update an Oncall Outgoing webhooks via Grafana TF Provider 3.0.0

Important Factoids

n/a

References

n/a

julienduchesne added a commit that referenced this issue Jun 14, 2024
@julienduchesne julienduchesne self-assigned this Jun 14, 2024
julienduchesne added a commit that referenced this issue Jun 14, 2024
* OnCall: Default webhooks to enabled
Closes #1645
As documented

* go generate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants