forked from hashicorp/terraform-provider-vsphere
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Test #1
Open
cohesity-mradul
wants to merge
54
commits into
cohesity_master
Choose a base branch
from
test
base: cohesity_master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Test #1
Conversation
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
Ignored datastore id validation for attached disk
The previous way of detecting if a VM belogs to a resource pool that is inside a vApp would fail if there was an intermediate rp between the vApp itself and the VM. We're now checking the `ParentVApp` property of the Virtual Machine instead of just looking up the Resource Pool it belongs to.
vMotion validation change
Updated properties section of OVA to include an equals sign
Mark windows_sysprep_text as sensitive
fix spelling error
Update virtual_machine.html.markdown
Change the way we detect if a VM is in a vApp
vendor: Bump terraform to 0.12.8
This is a first draft of a resource that allows terraform users to add new ESXi hosts to a vsphere cluster and manage things like: [x] connection status [x] maintenance status [x] lockdown mode Once we settle on what it should look like we can work on adding more features.
* [vsphere_host] Minor fixes - Create cluster while testing instead of expecting one to be there already. - Moved the licence checks into their own functions. Also fixed a logic bug that occurs when users don't pass a license attribute, and added the relevant test. - Add argument validation and tests also fix bug by adding missing return statement.
Changelog entries for v1.13.0
…ce_timeout r/host: Convert ApiDefaultTimeout to int
Support for customization
…port Added compatibility_version in VM resource
…_destroy_1 Deleting the VMDK disks and folder with terraform destroy operation
…pport Added instance_uuid in VM resource
…pport Added support for error message in VM resource
Changes to wait for the ip when customizing the VM
Skipping the read tags operation at the end to avoid the tags client …
…port Adding hot-standby support
…zation Support for copying the cabinet file after the vm creation only in case of windows.
…upport Adding support for clone apply and destroy of hot stand by clone vms.
cohesity-mradul
force-pushed
the
cohesity_master
branch
from
June 28, 2021 17:48
7355f4d
to
ee58c8b
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.