terraform-provider-opsgenie icon indicating copy to clipboard operation
terraform-provider-opsgenie copied to clipboard

Terraform OpsGenie provider

Results 173 terraform-provider-opsgenie issues
Sort by recently updated
recently updated
newest added

### Terraform Version 1.0.6 ### Affected Resource(s) - opsgenie_api_integration ### Terraform Configuration Files ```hcl resource "opsgenie_api_integration" "sample" { name = "sample-integration" type = "API" # Proposed flag name allow_configuration_access =...

### Affected Resource(s) Please list the resources as a list, for example: - opsgenie_service ### Expected Behavior https://support.atlassian.com/opsgenie/docs/map-bitbucket-repositories-to-opsgenie-services/ have ability to map opsgenie Service with Bitbucket repo

### Affected Resource(s) Please list the resources as a list, for example: - `opsgenie_service` ### Description It would be grat if we could manage OpsGenie servce relationships with Terraform. Are...

It would be awesome to be able to get the current on-call engineers for a given schedule https://docs.opsgenie.com/docs/who-is-on-call-api

Have you considered supporting [Action Channels and Actions](https://docs.opsgenie.com/docs/opsgenie-actions-api)? For now I am using local-exec and a script to call the OpsGenie API, but that's so uncivilized.

Hi there, It looks like when you add a user to a schedule rotation you need to update the start date to not break the current schedule. This is done...

bug

### Terraform Version v0.14.2 ### Affected Resource(s) - opsgenie_notification_policy ### Terraform Configuration Files ```hcl resource "opsgenie_notification_policy" "delay-alerts-until-working-hours" { name = "Delay alerts until working hours" team_id = opsgenie_team.team.id policy_description =...

It doesn't seem like the ordering of steps has any significance to users' notification rules, so perhaps changes in order should be ignored? ### Terraform Version Run `terraform -v` to...

In the Opsgenie Web UI there is a "Restrict Configuration Access" tickbox at https://${org}.app.opsgenie.com/settings/integration/edit/API/${integration_id}, but the "api_integration" resource does not have an argument to control it as of 0.6.5: https://registry.terraform.io/providers/opsgenie/opsgenie/latest/docs/resources/api_integration

At the opsgenie_api_integration documentation on Attributes reference the api_key reference doesn't specifies that this value always returns nill except on creation.