Merge pull request #182 from cloudskiff/limitations.md

add LIMITATIONS.md
main
Elie 2021-02-03 10:21:08 +01:00 committed by GitHub
commit 992b65850c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

6
doc/LIMITATIONS.md Normal file
View File

@ -0,0 +1,6 @@
# Known Issues and Limitations
## AWS Regions & Credentials Limits
- 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.

View File

@ -22,3 +22,6 @@ Details of reported data can be found [here](./cmd/flags/error-reporting.md)
- [Iac sources](cmd/scan/iac_source.md)
- [Completion](cmd/completion/script.md)
## Issues
- [Known Issues & Limitations](LIMITATIONS.md)