Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Terraform should accept jumphost vm admin name #51

Closed
selvasingh opened this issue Jan 18, 2021 · 2 comments
Closed

Terraform should accept jumphost vm admin name #51

selvasingh opened this issue Jan 18, 2021 · 2 comments
Assignees

Comments

@selvasingh
Copy link
Contributor

Right now, the default is azureuser and is in the variables file. Given that the script accepts admin name for MySQL, let's follow the same approach

@selvasingh
Copy link
Contributor Author

CLI script prompts for VM admin name

bash-3.2$ source deploy-azurespringcloud-internal.sh 
Enter full UPN of Key Vault Admin: 
12b6d75b-1df0-4356-ba1f-888cae8973d7
Enter MySql Db admin name: 
selvasingh
Enter MySql Db admin password: 
XXX
Enter Jumpbox VM admin name: 
selvasingh
Enter Jumpbox VM admin password: 
XXX
{
  "id": "/subscriptions/1c638cf4-608f-4ee6-b680-c329e824c3a8/resourceGroups/sc-corp-rg",
  "location": "eastus2",
  "managedBy": null,
  "name": "sc-corp-rg",
  "properties": {
    "provisioningState": "Succeeded"
  },
  "tags": null,
  "type": "Microsoft.Resources/resourceGroups"
}

@dapolloxp
Copy link
Contributor

default parameter value has been removed. Jumpbox admin will not be prompted for.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants