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

Diff of string and int results in "No changes" #244

Open
viraptor opened this issue Jul 11, 2018 · 1 comment
Open

Diff of string and int results in "No changes" #244

viraptor opened this issue Jul 11, 2018 · 1 comment

Comments

@viraptor
Copy link
Contributor

When running diff on a stack:

-        "Cpu": 256,
-        "Memory": 512,
+        "Cpu": "256",
+        "Memory": "512",
         "NetworkMode": "awsvpc"
       }
     },
     "Cluster": {
       "Type": "AWS::ECS::Cluster"
     }
   },
Parameters diff: No changes
The submitted information didn't contain changes. Submit different information to create a change set.

This should be seen as a change.

@patrobinson
Copy link
Contributor

CloudFormation is what reports there are "no changes". I think, under the hood, there's some type coercion going on and StackMaster is just not recognising it but I haven't looked deep into the issue.

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

2 participants