e2e: packer builds should not be public (#6998)

This commit is contained in:
Tim Gross
2020-01-27 16:28:25 -05:00
committed by GitHub
parent b9394daab9
commit 5e789c3c13
2 changed files with 0 additions and 6 deletions

View File

@@ -16,9 +16,6 @@
},
"instance_type": "t2.medium",
"ami_name": "nomad-e2e-windows-2016-{{timestamp}}",
"ami_groups": [
"all"
],
"communicator": "winrm",
"user_data_file": "windows/setupwinrm.ps1",
"winrm_username": "Administrator",

View File

@@ -8,9 +8,6 @@
"ssh_username": "ubuntu",
"iam_instance_profile": "packer-builder",
"ami_name": "nomad-e2e-{{timestamp}}",
"ami_groups": [
"all"
],
"tags": {
"OS": "Ubuntu"
}