Asif Imran
Asif Imran
Hi, Thanks for the amazing tool. I am a touch confused about how branches are labeled. Here is the following scenario ``` git checkout my_stuff git rebase her_stuff # ......
It'd be useful have a flag to dump out the version of traildb installed on the system (esp. useful when testing against multiple local versions) e.g ``` tdb --version ```
### Describe the bug At our company. we use 0-trust solution that puts most services (including https) behind non standard local port (e.g 7443 instead of 443) Consequently, this bit...
### Describe the Bug The `propagate_tags` is disabled. I just noticed that my replicas did not inherit the tags. I am suspecting its because of this flag? https://github.com/cloudposse/terraform-aws-dynamodb/blob/1a11bea59eefb50e2f776dcaa17504c0d6afd80d/main.tf#L112 ### Expected...
I use this minimal terraform to spin up infra with an existing _vpc_. I set `metadata_service_enable_api_gateway = false`. Unfortunately, the resulting metaflow_profile.json file had METAFLOW_SERVICE_URL set to `""`. Is this...
Personally I would benefit from having user supplied optional security_groups in addition to the _one_ generated by the module. My org has existing SGs that we typically attach to new...