From e3d840784fd8fe8c98317896f69c4965492f4151 Mon Sep 17 00:00:00 2001 From: Eoin McAfee Date: Tue, 29 Aug 2023 13:23:03 +0100 Subject: [PATCH] forgot mappings --- main.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.go b/main.go index c906fe5..80cd028 100644 --- a/main.go +++ b/main.go @@ -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", }, @@ -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()