Removed ssh_public_key variable for AWS. Issue #773 (#817)

This commit is contained in:
Arun John Kuruvilla 2018-03-27 14:53:13 -04:00 committed by Jack Ivanov
parent 32cbec6f5b
commit aea9c9a5e2
2 changed files with 1 additions and 2 deletions

2
algo
View file

@ -281,7 +281,7 @@ Enter the number of your desired region:
esac esac
ROLES="ec2 vpn cloud" ROLES="ec2 vpn cloud"
EXTRA_VARS="aws_access_key=$aws_access_key aws_secret_key=$aws_secret_key aws_server_name=$aws_server_name ssh_public_key=$ssh_public_key region=$region" EXTRA_VARS="aws_access_key=$aws_access_key aws_secret_key=$aws_secret_key aws_server_name=$aws_server_name region=$region"
} }
lightsail () { lightsail () {

View file

@ -87,7 +87,6 @@ Required variables:
- aws_access_key - aws_access_key
- aws_secret_key - aws_secret_key
- aws_server_name - aws_server_name
- ssh_public_key
- region - region
Possible options for `region`: Possible options for `region`: