Skip to content

Commit

Permalink
forgot mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
eoinmcafee00 committed Aug 29, 2023
1 parent 6abc5ce commit e3d8407
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ func main() {
Usage: "source env file",
},
cli.StringFlag{
Name: "externalID",
Name: "external-id",
Usage: "external ID to use when assuming role",
EnvVar: "PLUGIN_EXTERNAL_ID",
},
Expand Down Expand Up @@ -170,6 +170,7 @@ func run(c *cli.Context) error {
StorageClass: c.String("storage-class"),
PathStyle: c.Bool("path-style"),
DryRun: c.Bool("dry-run"),
ExternalID: c.String("external-id"),
}

return plugin.Exec()
Expand Down

0 comments on commit e3d8407

Please sign in to comment.