Open
Description
SUMMARY
The azure_rm_aks
module at the moment only reports if something has changed, but it does not yield any detailed information when running in --diff
mode.
ISSUE TYPE
- Feature Idea
COMPONENT NAME
azure_rm_aks
ADDITIONAL INFORMATION
Given that the number of parameters is large, finding exactly what is differing requires a lot of guesswork: for instance at some point I ended up hacking the module to print which key in the network_profile
was actually differing.