fix: align vsphere-vm with conventions, bump TF module to v2.12.0#52
Merged
patrick-hermann-sva merged 3 commits intomainfrom Apr 9, 2026
Merged
fix: align vsphere-vm with conventions, bump TF module to v2.12.0#52patrick-hermann-sva merged 3 commits intomainfrom
patrick-hermann-sva merged 3 commits intomainfrom
Conversation
- Fix filename typo: defintion.yaml → definition.yaml - Move composition to compositions/vsphere-vm.yaml - Rename example claim.yaml → vsphere-vm.yaml - Update TF module from v1.7.5-2.7.0 to v2.12.0-1.0.0 - Fix crossplane version to >=2.13.0 - Remove unused function-go-templating from functions.yaml - Update README render command paths Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Match the installed Function resource name on cluster (crossplane-contrib-function-patch-and-transform). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Document ClusterProviderConfig, tfvars secret (incl. SOPS), RBAC, and DeploymentRuntimeConfig setup. Update poll interval to 30s. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
6 tasks
This file contains hidden or 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
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.
Summary
defintion.yaml→definition.yamlapis/tocompositions/vsphere-vm.yamlclaim.yaml→vsphere-vm.yamlv1.7.5-2.7.0tov2.12.0-1.0.0(released 2026-04-07)crossplane.yamlversion to>=2.13.0function-go-templatingfromfunctions.yamlNotes
The new TF module version adds validation constraints on
vm_memory,vm_num_cpus, andvm_disk_size. The composition passes these as strings which OpenTofu auto-converts, but the allowed values are now restricted (see release notes).Test plan
crossplane renderwith updated paths🤖 Generated with Claude Code