Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Allow inclusion of stack policy when deploying #56

Open
oliver-richman opened this issue Apr 27, 2021 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@oliver-richman
Copy link

oliver-richman commented Apr 27, 2021

I'm trying to deploy using this action but if for whatever reason my stack fails and the stack is rolled back I want to be able to update which is why I usually have a cloudformation stack policy. There doesn't seem to be any way to provide a policy when deploying using the action. Could this feature get introduced please?

So it would work like this:

- name: Deploy to AWS CloudFormation
        uses: aws-actions/aws-cloudformation-github-deploy@v1
        with:
          name: My-Stack-Name
          template: ${{ github.workspace}}/cloudformation.yml
		  policy: ${{ github.workspace }}/cloudformation-policy.yml
@oliver-richman oliver-richman changed the title Allow inclusion of stack policy when deploying Feature Request: Allow inclusion of stack policy when deploying Apr 27, 2021
@kddejong kddejong added the enhancement New feature or request label Mar 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants