stack_master icon indicating copy to clipboard operation
stack_master copied to clipboard

Diff of string and int results in "No changes"

Open viraptor opened this issue 7 years ago • 1 comments

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.

viraptor avatar Jul 11 '18 04:07 viraptor

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.

patrobinson avatar Jul 11 '18 11:07 patrobinson