You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While we create monitor we need to assign a notification channel. Since we want to implement all the related configs via terraform we don't want to create additional objects inside a cluster manually, but there is no ability with provider version >= 2.0.0
What solution would you like?
Develop a resource which creates a Notification Channel
What alternatives have you considered?
Develop a datasource which provides us headers for making an own http-request via terraform/http provider. This would be an awesome solution to implement it for making any http requests to our clusters and would be nice if both, main and alternative solutions, are implemented
Do you have any additional context?
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
While we create monitor we need to assign a notification channel. Since we want to implement all the related configs via terraform we don't want to create additional objects inside a cluster manually, but there is no ability with provider version >= 2.0.0
What solution would you like?
Develop a resource which creates a Notification Channel
What alternatives have you considered?
Develop a datasource which provides us headers for making an own http-request via terraform/http provider. This would be an awesome solution to implement it for making any http requests to our clusters and would be nice if both, main and alternative solutions, are implemented
Do you have any additional context?
The text was updated successfully, but these errors were encountered: