You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would need more information to understand why this is happening for you. We use additional arguments for absolutely everything we do, so it certainly works in general.
You're executing with -x -- so where in the trace output are the args being dropped. During getopt?
Also, what OS is this being run on? Macs throw all kinds of troubles by not using GNU toolset by default.
@adamyaziji is the brew-installed version of getopt in your path? which getopt should return something like /usr/local/opt/gnu-getopt/bin/getopt rather than /usr/bin/getopt - it seems like although you have installed it, you have not ensured that it is used instead of the system getopt?
So- when I'm trying to pass additional arguments to terraform call after
--
, those arguments aren't being propagated to any terraform call.Example invocation:
invocation of
terraform plan
later in the script:The text was updated successfully, but these errors were encountered: