Skip to content
This repository was archived by the owner on May 3, 2022. It is now read-only.
This repository was archived by the owner on May 3, 2022. It is now read-only.

Parameter not defined in bundle if parameter name does not match definition name #838

@itowlson

Description

@itowlson

I am finding that if I have parameters whose names do not match the names of their definitions then I get Error: parameter <paramname> not defined in bundle.

E.g. with

  "definitions": {
    "regionnn": {
      "type": "string",
      "default": "New Zealand South",
      "minLength": 4,
      "maxLength": 24
    }
  },
  "parameters": {
    "region": {
      "definition": "regionnn",
      "destination": {}
    },
  },

I run duffle install ... --set region=nzsth and get Error: parameter region not defined in bundle

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions