Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing required key 'Value' in params.Tags[0] #20

Open
asafdavid230 opened this issue Jul 26, 2020 · 0 comments
Open

Missing required key 'Value' in params.Tags[0] #20

asafdavid230 opened this issue Jul 26, 2020 · 0 comments

Comments

@asafdavid230
Copy link

asafdavid230 commented Jul 26, 2020

Hi, I'm trying to run the serverless deploy command without any flag and getting this error:
Missing required key 'Value' in params.Tags[0]
with the following custom block:

custom:
  inputBucket: input-bucket-111223344 # Change to unique name
  outputBucket: output-bucket-bucket26111990 # Change to unique name
  cf-changesets:
    requireChangeSet: true # optional defaults to false

After a short look in the plugin code I found the following variable:

  let stackTags = {
    STAGE: plugin.options.stage
  }

looks like it is required to be sent from the CLI argument for stage

in my case, I'm using yaml file definitions, (for stage too).
how can I deal with it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant