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
Error: "CloudEventSchemaV1_0" is an invalid value as event_delivery_schema (azurerm_eventgrid_event_subscription_invalid_event_delivery_schema)
on main.tf line 415:
415: event_delivery_schema = "CloudEventSchemaV1_0"
Reference: https://github.com/terraform-linters/tflint-ruleset-azurerm/blob/v0.2.0/docs/rules/azurerm_eventgrid_event_subscription_invalid_event_delivery_schema.md
my tflint version
$ tflint --version
TFLint version 0.17.0
+ ruleset.azurerm (0.2.0)
The text was updated successfully, but these errors were encountered:
Values that are correct in azure-api-spec are output with an error.
CloudEventSchemaV1_0
is supposed to be correct value.https://github.com/Azure/azure-rest-api-specs/blob/e917ed8c8c5d5b3d1c3f844f17788e6192122cb1/specification/eventgrid/resource-manager/Microsoft.EventGrid/stable/2020-06-01/EventGrid.json#L3281
But tflint output is
my tflint version
The text was updated successfully, but these errors were encountered: