diff --git a/deployer/cloud_access.py b/deployer/cloud_access.py index 181a7b16c4..d2967cbf1e 100644 --- a/deployer/cloud_access.py +++ b/deployer/cloud_access.py @@ -19,7 +19,7 @@ def exec_aws_shell( mfa_device_id: str = typer.Argument( ..., help="Full ARN of MFA Device the code is from" ), - auth_token: int = typer.Argument( + auth_token: str = typer.Argument( ..., help="6 digit 2 factor authentication code from the MFA device" ), ):