Skip to content

Commit

Permalink
Merge pull request #238 from cloudskiff/add_tf_limitation
Browse files Browse the repository at this point in the history
add Terraform known limitations
  • Loading branch information
eliecharra authored Feb 9, 2021
2 parents af32270 + f8f29f7 commit 0540dc9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/LIMITATIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,10 @@

- The user needs to use the same AWS region and credentials for both the scanned infrastructure and the S3 bucket where the Terraform state is stored (for example, a Terraform state stored on S3 on us-east-1 for an infrastructure to be scanned on us-west-1 won't work). Think `AWS_PROFILE` for the underlying reason. See the related [GitHub Discussion](https://github.com/cloudskiff/driftctl/discussions/130).
- Driftctl currently doesn't support multiple aliased providers in a single Terraform state (like a single account but multiple regions). This will be implemented soon.


## Terraform & Providers Support

- Terraform version >= 0.12 is supported
- Terraform AWS provider version >= 3.x is supported

0 comments on commit 0540dc9

Please sign in to comment.