Ilia Zlobin
Ilia Zlobin
## Describe the Feature Historically, in order to pull data from deployed components `terraform_remote_state` data source is taken for use. But it's been noticed that code has undergone significant changes...
## what - remote_state invocation through the module, removing old code where remote state is pulled through data sources - updated modules' versions in several places - changes to providers.tf...
## Describe the Bug Bootstrapping the EKS cluster doesn't seem to be worked out. There are a few self-references on the deployed component. But how would you deploy the component...
## Description The variable `region` referenced in a `terraform_remote_state` data source definition of the module `modules/account-map/iam-roles` is missing in `variables.tf` The `modules/account-map/iam-roles` module is generally used in many upper level...
**Describe the problem/challenge you have** When it comes to using [overlapping sync options](https://github.com/vmware-tanzu/carvel-vendir/tree/develop/examples/overlapping-dir), it's usually that you would mention the same repo to pull from several times in order to...
When trying to import and use Distribution constructs: ``` import { Bucket, Distribution, StackContext, Table } from 'sst/constructs' ``` It's complaining that Distribution isn't available, despite having this construct exported...