Open ctsanjuan opened 2 years ago
Hi all,
mattermost integration cannot be created with this provider:
If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this.
resource "opsgenie_api_integration" "mattermost_devops_alerts" { name = "alert_name" type = "Mattermost" owner_team_id = "xxxxxxxxxx" allow_write_access = false enabled = true }
Error: Error occurred with Status code: 422, Message: Property [url] cannot be empty., Took: 0.037000, RequestId: ec3a0ce3-66d6-463b-b972-4a519539396f │ │ with opsgenie_api_integration.mattermost_devops_alerts, │ on alerts.tf line 335, in resource "opsgenie_api_integration" "mattermost_devops_alerts": │ 335: resource "opsgenie_api_integration" "mattermost_devops_alerts" {
Resource successfully created
Failed with above mentioned errors
terraform apply
Hi all,
mattermost integration cannot be created with this provider:
Terraform Version
Affected Resource(s)
If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this.
Terraform Configuration Files
Debug Output
Expected Behavior
Resource successfully created
Actual Behavior
Failed with above mentioned errors
Steps to Reproduce
terraform apply