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

[Feature request] opsgenie_api_integration - Support Restrict Configuration Access flag

Open oscarmorasu opened this issue 4 years ago • 1 comments
trafficstars

Terraform Version

1.0.6

Affected Resource(s)

  • opsgenie_api_integration

Terraform Configuration Files

resource "opsgenie_api_integration" "sample" {
  name          = "sample-integration"
  type          = "API"

  # Proposed flag name
  allow_configuration_access = false
}

Important Factoids

This flag can be set in the API, the flag name is allowConfigurationAccess and the default value is false. The opsgenie_api_integration should have an equivalent flag.

oscarmorasu avatar Sep 28 '21 16:09 oscarmorasu