Jacky Leung - CyberCX
Jacky Leung - CyberCX
@cmckni3 while this may not quite exactly what you want. you can do this the other way round ``` Fn::If: - HasSpecialDNS - !FindInMap [ DNS, !Ref country, "dns"] -...
I haven't tested but this should work Fn::Split: - " " - !If [Condition, "/bin/bash -c script.sh", "bundle exec rails db:migrate"]
This is duplicate issue of https://github.com/voxpupuli/puppet-zabbix/pull/252 working a fix with them
what is the current status of this?
it will be great to see this feature implemented. as the whole AWS multi account structure and Control Tower introduced. Having easy access/usage of stackset can provide much flexibility of...
+1 from “use previous value” Without this support it’s makes scepter much less flexible than aws cli
delete or not doesn't really matter tbh. look at ECS task definition, you can't delete a version after create. but it works fine with cloudformation fine with the hardcoded name....
i am glad i am not the only need this feature... *back to write my Cfn custom resources for now*
sorry, as contractor my works are IP of my client. can't share it out
nope not going to work ``` >>> yaml_dump = """ ... testing: ... testing: "033677994240" ... """ >>> yaml.load(yaml_dump) {'testing': {'testing': '033677994240'}} >>> yaml.dump(yaml.load(yaml_dump)) 'testing: {testing: 033677994240}\n' ```