mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-09 00:32:09 -04:00
fix typo
This commit is contained in:
parent
53e61aa69b
commit
07922de6e7
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
"resource_group": "{{env `ARM_RESOURCE_GROUP`}}",
|
||||
"storage_account": "{{env `ARM_STORAGE_ACCOUNT`}}",
|
||||
"subscription_id": "{{env `ARM_SUBSCRIPTION_ID`}}",
|
||||
"object_id": "{{env `ARM_OJBECT_ID`}}"
|
||||
"object_id": "{{env `ARM_OBJECT_ID`}}"
|
||||
},
|
||||
"builders": [
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue