aws-cloudformation-resource-providers-awsutilities-commandrunner
                                
                                 aws-cloudformation-resource-providers-awsutilities-commandrunner copied to clipboard
                                
                                    aws-cloudformation-resource-providers-awsutilities-commandrunner copied to clipboard
                            
                            
                            
                        Using Change Sets Causes "Internal Failure"
To reproduce:
Resources:
  CommandRunner:
    Type: 'AWSUtility::CloudFormation::CommandRunner'
    Properties:
      Command: echo 1 > /command-output.txt
- Create stack with template above
- Modify to "echo 2", create change set
- Execute change set
- Observe the CommandRunner resource fails with "Internal Failure"