Provides a Heroku App Feature resource. This can be used to create and manage App Features on Heroku.
resource "heroku_app_feature" "log_runtime_metrics" {
app = "test-app"
name = "log-runtime-metrics"
}
The following arguments are supported:
app - (Required) The Heroku app to link to. name - (Required) The name of the App Feature to manage. enabled - (Optional) Whether to enable or disable the App Feature. The default value is true.
© 2018 HashiCorpLicensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/heroku/r/app_feature.html