aws-cloudformation-resource-providers-awsutilities-commandrunner icon indicating copy to clipboard operation
aws-cloudformation-resource-providers-awsutilities-commandrunner copied to clipboard

Using Change Sets Causes "Internal Failure"

Open cyounkins opened this issue 2 years ago • 1 comments

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"

cyounkins avatar Jun 11 '23 03:06 cyounkins