Michael Viamari
Michael Viamari
### Is there an existing issue for this? - [X] I have searched the existing issues ### Feature description The Following API endpoint is not yet supported: DescribeScalingActivities ``` 2022-10-24T15:03:41.984...
Currently, the identity object is loaded on each request using `Principle._on_before_request` and `Principle.identity_loaders`. The problem is that the identity is not already required for each request and each access to...
When using `tflocal`, an s3 backend is generated automatically to use the localstack endpoints for the remote state. This works in many cases, however if the desired backend configuration has...
Currently it appears that resources defined with `count` or `for_each` are not being parsed properly. The `TerraformState.parse_state` function always picks the first instance of each resource, so any resources defined...