View on GitHub

rain

A development workflow tool for working with AWS CloudFormation.

rain cc drift

Compare the state file to the live state of the resources

Synopsis

When deploying templates with the cc command, a state file is created and stored in the rain assets bucket. This command outputs a diff of that file and the actual state of the resources, according to Cloud Control API. You can then apply the changes by changing the live state, or by modifying the state file.

rain cc drift <name>

Options

      --debug              Output debugging information
  -x, --experimental       Acknowledge that this is an experimental feature
  -h, --help               help for drift
  -p, --profile string     AWS profile name; read from the AWS CLI configuration file
  -r, --region string      AWS region to use
      --s3-bucket string   Name of the S3 bucket that is used to upload assets
      --s3-prefix string   Prefix to add to objects uploaded to S3 bucket

Options inherited from parent commands

      --no-colour   Disable colour output

SEE ALSO

Auto generated by spf13/cobra on 2-May-2024