-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update examples and fix instance clone, make volume as required
- Loading branch information
1 parent
d6140b2
commit 551c038
Showing
7 changed files
with
23 additions
and
32 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
examples/data-sources/hpegl_vmaas_instance_disk_type/data-source.tf
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# (C) Copyright 2024 Hewlett Packard Enterprise Development LP | ||
|
||
data "hpegl_vmaas_instance_disk_type" "vmaas_cloud_vmware_thin_lazy" { | ||
name = "thick (lazy zero)" | ||
cloud_id = data.hpegl_vmaas_cloud.cloud.id | ||
layout_id = data.hpegl_vmaas_layout.vmware.id | ||
} |
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,6 +1,6 @@ | ||
# (C) Copyright 2021 Hewlett Packard Enterprise Development LP | ||
# (C) Copyright 2021-2024 Hewlett Packard Enterprise Development LP | ||
|
||
data "hpegl_vmaas_layout" "vmware_centos" { | ||
name = "VMware VM with vanilla CentOS" | ||
instance_type_code = "glhc-vanilla-centos" | ||
data "hpegl_vmaas_layout" "vmware" { | ||
name = "Vmware VM" | ||
instance_type_code = "vmware" | ||
} |
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
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
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
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
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