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
We are creating a resource stack for our elastic beanstalk applications and would like to be able to tag the resource stack with same tags that are added to the beanstalk cloudformation stack. Is this possible?
We are creating a resource stack for our elastic beanstalk applications and would like to be able to tag the resource stack with same tags that are added to the beanstalk cloudformation stack. Is this possible?
Looking through the code it appears that cloud_formation_provisioner does not pass any tags to the api call
https://github.com/ThoughtWorksStudios/eb_deployer/blob/master/lib/eb_deployer/cloud_formation_provisioner.rb#L89
The text was updated successfully, but these errors were encountered: