Skip to content

Commit 37e634f

Browse files
Fix fallback account ID
Signed-off-by: Viren Nadkarni <viren.nadkarni@gmail.com>
1 parent 3c200e7 commit 37e634f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/clients/aws.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const (
3030
keyAccountID = "account_id"
3131
keyRegion = "region"
3232
keyPartition = "partition"
33-
localstackAccountID = "000000000"
33+
localstackAccountID = "000000000000"
3434
)
3535

3636
type SetupConfig struct {

0 commit comments

Comments
 (0)