aws-cloudformation / aws-cloudformation-resource-providers-awsutilities-commandrunner

Apache License 2.0
81 stars 21 forks source link

Using Change Sets Causes "Internal Failure" #58

Open cyounkins opened 1 year ago

cyounkins commented 1 year ago

To reproduce:

Resources:
  CommandRunner:
    Type: 'AWSUtility::CloudFormation::CommandRunner'
    Properties:
      Command: echo 1 > /command-output.txt
  1. Create stack with template above
  2. Modify to "echo 2", create change set
  3. Execute change set
  4. Observe the CommandRunner resource fails with "Internal Failure"