Comment on page
Detect drift
Detect drift of stacks within the given command path.
tkm stacks detect-drift [command-path]
command-path
- Command path to select from which stacks to detect drift.
- Optional, by default, Takomo detects drift from all stacks.
These are the minimum IAM permissions required to run this command.
Statement:
- Sid: Stacks
Effect: Allow
Action:
- cloudformation:DescribeStacks
- cloudformation:DetectStackDrift
- cloudformation:DescribeStackDriftDetectionStatus
Resource: "*"
# IAM permissions needed only if command roles are used
# Specify resource to restrict access to specific roles.
- Sid: IAM
Effect: Allow
Action:
- sts:AssumeRole
Resource: "*"
Detect drift from all stacks:
tkm stacks detect-drift
Detect drift from stacks within the given command path:
tkm stacks detect-drift /prod