Ina Stoyanova

Results 10 issues of Ina Stoyanova

Currently we've got a Github check running the project in CircleCI, but we don't actually have it configured. As part of this issue, we should: - make a decision if...

bug
p:queued

Currently we've got a Github check running the project in CircleCI, but we don't actually have it configured. As part of this issue, we should: - make a decision if...

bug
p:queued

Currently we've got a Github check running the project in CircleCI, but we don't actually have it configured. As part of this issue, we should: - make a decision if...

bug
p:queued

Currently a few tests on master are [failing](https://app.circleci.com/pipelines/github/gruntwork-io/cloud-nuke/5287/workflows/61334a04-9d9b-48ac-bbf2-f68116936fa3/jobs/26128): - [x] TestDeleteFullIamUser (fixed by #255) - [x] TestListSecretsManagerSecrets (fixed by https://github.com/gruntwork-io/cloud-nuke/pull/259) - [x] TestTimeFilterExclusionNewlyCreatedSecret (fixed by https://github.com/gruntwork-io/cloud-nuke/pull/259) - [ ] TestCanNukeAllEcsClustersOlderThan24Hours

bug
p:high priority

It'll be great if we have the release notes drafter here. One requirement would be that it also prompts the Grunt making the release to decide if it's a major...

enhancement
p:queued

**Context:** In quite a few of our `aws` functions we have to make a batched call into AWS API to get some data (E.g. `s3` module & `dynamodb`, and others)....

needs design
maintainer only

**Context**: [Currently `eip.go` tags resources with a timestamp ignorant of TimeZones: `2006-01-02 15:04:05`. ](https://github.com/gruntwork-io/cloud-nuke/blob/03ada259f537611e97c5a63b9f42eece9110975e/aws/eip.go#L53) [The `ecs_cluster` module already has that in place & uses `UTC` & `RFC3339` as a standard...

enhancement
needs design
p:backlog

While updating to `tf14`, we found that the upgrade script did not add any `required_providers` block. We then realised it's because there were no `provider` blocks in the original code....

enhancement
question

So far, we have had to copy and paste the `GetPathRelativeTo` function from `terragrunt` repo to the `patcher/util` repo package. We should instead have this command available here so we...

enhancement

Currently, we've got on the [CIS compliance benchmark](https://github.com/gruntwork-io/gruntwork-io.github.io/pull/442/files/05a8f0040405e034cc98e6488e4279d76dc6a069#diff-19669a1c82aaf401b5d36357906f8f9d03cfbc22de9600fbd17dc47b6622722e) guide the following snippet: ``` === Prepare your `infrastructure-live` repository We've previously described exactly how to prepare your repository in the link:https://gruntwork.io/guides/foundations/how-to-configure-production-grade-aws-account-structure/#prepare-your-infrastructure-live-repository[Gruntwork...

enhancement