Skip to content

Commit 0b156f8

Browse files
authored
Merge pull request #463 from waiteb3/main
cdk.go: support --profile flag by adding missing provisioner
2 parents bd3f3ed + 9b8ca9e commit 0b156f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugins/aws/cdk.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ func AWSCDKToolkit() schema.Executable {
1818
),
1919
Uses: []schema.CredentialUsage{
2020
{
21-
Name: credname.AccessKey,
21+
Name: credname.AccessKey,
22+
Provisioner: CLIProvisioner{},
2223
},
2324
},
2425
}

0 commit comments

Comments
 (0)