Skip to content

Commit b7d0837

Browse files
Fix fallback account ID
1 parent 3c200e7 commit b7d0837

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)