Paste the full YAML configuration for the new reusable extension config(s)
below and submit. This is typically used to define **Lua filters** or **WASM extensions** that are referenced by multiple listeners/routes.
You can provide a single config object, or a
list of configs under the resources key to load
multiple at once:
resources:
- <config 1>
- <config 2>
Make sure every resource is a `TypedExtensionConfig` with the required type identifier:
"@type": type.googleapis.com/envoy.config.core.v3.TypedExtensionConfig,
which allows the parser to recognize your configuration.