Skip to content

Commit e3d8407

Browse files
committed
forgot mappings
1 parent 6abc5ce commit e3d8407

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ func main() {
133133
Usage: "source env file",
134134
},
135135
cli.StringFlag{
136-
Name: "externalID",
136+
Name: "external-id",
137137
Usage: "external ID to use when assuming role",
138138
EnvVar: "PLUGIN_EXTERNAL_ID",
139139
},
@@ -170,6 +170,7 @@ func run(c *cli.Context) error {
170170
StorageClass: c.String("storage-class"),
171171
PathStyle: c.Bool("path-style"),
172172
DryRun: c.Bool("dry-run"),
173+
ExternalID: c.String("external-id"),
173174
}
174175

175176
return plugin.Exec()

0 commit comments

Comments
 (0)