Bump the other group across 1 directory with 13 updates (#152)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bryce Lampe <bryce@pulumi.com>
This commit is contained in:
dependabot[bot]
2024-07-12 16:40:59 -07:00
committed by GitHub
parent 78057473ac
commit 724836b5ef
10 changed files with 271 additions and 523 deletions

View File

@@ -163,7 +163,7 @@ func tmpEcr(t *testing.T) (ECR, bool) {
}
svc := ecr.New(sess)
name := strings.ToLower(t.Name())
name := strings.ToLower(t.Name()) + fmt.Sprint(rand.Intn(1000))
// Always attempt to delete pre-existing repos, in case our cleanup didn't
// run.