terraform-provider-opsgenie
terraform-provider-opsgenie copied to clipboard
[Feature request] opsgenie_api_integration - Support Restrict Configuration Access flag
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.