You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During snapshot file creation we assume value from these StartIpAddress and EndIpAddress get replaced on below resource's startIpAddress and endIpAddress property but it is not getting the value from variable during snapshot file creation:
Note: there is a copy object in this resource with count value coming from number of rules in the firewallrules variable, so this resource should have a 2 cloned copy based on 2 different firewall rules as well but i am seeing tons of cloned copy in the resource snapshot which is not expected also the value is not present.
here is the resource snapshot created with prancer basic version 2.0.3:
Lets say for example: we have azure ARM mariadb resource at https://github.com/prancer-io/prancer-armof/blob/master/mariadb/azuredeploy.json
it has a
firewallrules
object type variable with 2 child rules defined in the template which containsStartIpAddress
andEndIpAddress
property value:During snapshot file creation we assume value from these
StartIpAddress
andEndIpAddress
get replaced on below resource'sstartIpAddress
andendIpAddress
property but it is not getting the value from variable during snapshot file creation:Note: there is a
copy
object in this resource with count value coming from number of rules in thefirewallrules
variable, so this resource should have a 2 cloned copy based on 2 different firewall rules as well but i am seeing tons of cloned copy in the resource snapshot which is not expected also the value is not present.here is the resource snapshot created with prancer basic version 2.0.3:
The text was updated successfully, but these errors were encountered: