aws-cloudformation-github-deploy icon indicating copy to clipboard operation
aws-cloudformation-github-deploy copied to clipboard

Feature Request: Allow inclusion of stack policy when deploying

Open oliver-richman opened this issue 4 years ago • 0 comments

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 avatar Apr 27 '21 09:04 oliver-richman