Trying to pass parameters from Master to child template
问题 I'm trying to pass list parameters from master to child template, however I'm running into two errors.. These are my current parameters on the master template. "Parameters": { "ELBSubnets": { "Default": "subnet-5d8fea67,subnet-3e35cf15", "Type": "CommaDelimitedList" }, "LCKeyPair": { "Default": "key-master", "Type": "String" }, "LCSecurityGroups": { "Default": "sg-10a15c74,sg-880e5fec", "Type": "CommaDelimitedList" } }, They are being referenced in this method on the same template when