+ description: 'The parameters to override in the stack inputs. You can pass a comma-delimited list, a file URL, or a native YAML object. Comma-delimited list has each entry formatted as <ParameterName>=<ParameterValue> or <ParameterName>="<ParameterValue>,<ParameterValue>". A JSON file can be a local file with a "file://" prefix or remote URL. The file should look like: [ { "ParameterKey": "KeyPairName", "ParameterValue": "MyKey" }]. For YAML objects, provide parameter keys and values directly in the YAML structure.'
0 commit comments