add the multiple aliases for a single account limitation

main
Stephane Jourdan 2021-02-02 18:43:41 +01:00
parent eb34ab7cf6
commit 90d076e504
1 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
# Known Issues and Limitations
## AWS Regions Limits
## AWS Regions & Credentials Limits
- The user needs to use the same AWS region 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). See the related [GitHub Discussion](https://github.com/cloudskiff/driftctl/discussions/130).
- 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.