Skip to content

Conversation

@tbhi
Copy link
Contributor

@tbhi tbhi commented Jun 12, 2017

fixes #2599

@JordonPhillips JordonPhillips added cloudformation package-deploy pr:needs-review This PR needs a review from a Member. labels Jul 24, 2017
@JordonPhillips
Copy link
Member

Could you have a look at this @sanathkr ?

@kpx-dev
Copy link

kpx-dev commented Sep 8, 2017

This is awesome, can we please review and merge?

I'm having this exact issue as of version:

bash-3.2$ aws --version
aws-cli/1.11.148 Python/2.7.13 Darwin/16.7.0 botocore/1.7.6

An error occurred (ValidationError) when calling the CreateChangeSet operation: Invalid input for parameter key UserPoolName. Cannot specify usePreviousValue as true for a parameter key not in the previous template

@stealthycoin stealthycoin added bug This issue is a bug. large labels Sep 12, 2017
@tbhi tbhi force-pushed the cf-deploy-use-existing-new-parameters branch from 16058c9 to 47ac543 Compare January 18, 2018 11:00
@codecov-io
Copy link

codecov-io commented Jan 18, 2018

Codecov Report

Merging #2659 into develop will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #2659      +/-   ##
===========================================
+ Coverage    95.92%   95.92%   +<.01%     
===========================================
  Files          166      166              
  Lines        12579    12582       +3     
===========================================
+ Hits         12066    12069       +3     
  Misses         513      513
Impacted Files Coverage Δ
awscli/customizations/cloudformation/deployer.py 96.42% <100%> (+0.13%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9cdd69c...47ac543. Read the comment docs.

Copy link
Contributor

@sanathkr sanathkr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@stealthycoin stealthycoin merged commit fa3da33 into aws:develop Jan 23, 2018
sanathkr added a commit to sanathkr/aws-cli that referenced this pull request Jan 23, 2018
awstools added a commit that referenced this pull request Jan 25, 2018
* release-1.14.31:
  Bumping version to 1.14.31
  Update changelog based on model updates
  Fixing broken test caused by a merge of PR #2659
  Removing stray print statement
  CloudFormation deploy tags should be in key=value format
  Fix tests
  fix error where tags are not being passed to create_change_set
  updated tests to handle new parameter
  Updated example command to include new tag argument
  Added Cfn stack tag support to the deploy command
  don't set UsePreviousValue if parameters doesn't exist (fixes #2599)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug This issue is a bug. cloudformation package-deploy pr:needs-review This PR needs a review from a Member.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

cloudformation deploy fails if new parameters are not overridden even if they have default value

6 participants