parameters

val parameters: Output<Map<String, String>>

Deprecated

This property has been deprecated in favour of `parameter_values`

A mapping of name and value pairs to pass to the managed application as parameters.

NOTE: parameters only supports values with string or secureString type and will be deprecated in version 4.0 of the provider - please use parameter_values instead which supports more parameter types.