Takomo
GitHub
API
Deployment targets
Organizations
Search…
What is Takomo?
Getting started
Installation
Quick start
Tutorial
Configuration
AWS credentials
Directory structure
Stacks and stack groups
Project configuration
Stack properties
Name
Regions
Template
Template bucket
Command role
Account ids
Depends
Parameters
Tags
Inherit tags
Termination protection
Timeout
Capabilities
Stack policy
Ignore
Obsolete
Hooks
Data
Schemas
Variables and templating
Introduction
Handlebars syntax
Environment variables
Command-line variables
Partials
Helpers
Available variables
Parameter resolvers
Built-in parameter resolvers
Custom parameter resolvers
Hooks
Built-in hooks
Custom hooks
Sharing data between hooks
Validation schemas
Custom validation schemas
Command-line usage
Common options
Deploy stacks
Undeploy stacks
Prune stacks
List stacks
Detect drift
Generate IAM policies
Inspect stack configuration
Inspect stack dependencies
Support
Getting help
Troubleshooting
Development
Change log
Powered By
GitBook
Detect drift
Detect drift of stacks within the given command path.
Usage
tkm stacks detect-drift
[
command-path
]
Positional arguments
command-path
Command path to select from which stacks to detect drift.
Optional, by default, Takomo detects drift from all stacks.
Options
In addition to the
common options
, this command has no command-specific options.
IAM permissions
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
:
"*"
Examples
Detect drift from all stacks:
tkm stacks detect-drift
Detect drift from stacks within the given command path:
tkm stacks detect-drift /prod
Command-line usage - Previous
List stacks
Next - Command-line usage
Generate IAM policies
Last modified
1yr ago
Export as PDF
Copy link
Outline
Usage
Positional arguments
Options
IAM permissions
Examples