-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We don't really care how these fields are serialized (as long as they are serialized), it's also less work when we decide to add/remove a field.
- Loading branch information
1 parent
399b520
commit 14a9875
Showing
2 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
8 changes: 4 additions & 4 deletions
8
e2e/internal/command/testdata/TestInventory/inventory_from_template_created
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
ip: 100.100.100.100 | ||
vm_id: /subscriptions/uuid/resourceGroups/rg/providers/Microsoft.Compute/virtualMachines/some_vm_id | ||
vmid: /subscriptions/uuid/resourceGroups/rg/providers/Microsoft.Compute/virtualMachines/some_vm_id | ||
uuid: 1fb2b697-c271-4aa8-aeb6-2a5f5bde5edd | ||
vm_name: adsys-e2e-lunar-1fb2b697-c271-4aa8-aeb6-2a5f5bde5edd | ||
vmname: adsys-e2e-lunar-1fb2b697-c271-4aa8-aeb6-2a5f5bde5edd | ||
codename: mantic | ||
state: base_vm_created | ||
ssh_key_path: /home/user/.ssh/id_rsa | ||
sshkeypath: /home/user/.ssh/id_rsa | ||
hostname: "" | ||
base_vm_image: "" | ||
basevmimage: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters