A merge that touches src/ publishes a version. There is no staging branch between this pull
request and a consumer's terraform init. Docs- and CI-only changes do not release; they ride out
with the next module change. Pick one:
Additive — a new module, a new optional input with a default. Title it feat:; ships as a
minor.
Internal or corrective — a fix, a refactor, docs, CI, a dependency bump. Ships as a patch.
Breaking — renamed or removed an input or output, changed a default, changed a resource
address, or tightened validation that previously accepted a working value. Still ships as a
minor or a patch; majors are cut deliberately, not inferred.
⚠️ A breaking change does not bump the major here, so the release notes are the only place a
consumer will see it. Put BREAKING CHANGE: on its own line in a commit footer — the squashed body
keeps every commit message, so the footer survives wherever the subject came from. A ! is only
matched in the subject itself: the commit subject on a single-commit branch, the pull request title
when there are two or more. Unmarked, the break is invisible.
Checks run locally
terraform fmt -recursive
python .github/scripts/check-docs.py
terraform init -backend=false && terraform validate in each module touched
irinelbogdansp
changed the title
feat: add virtual machine fqdn setup extension
feat: add extension to setup fqdn for windows virtual machines
Jul 29, 2026
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
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.
What changed
Release impact
A merge that touches src/ publishes a version. There is no staging branch between this pull
request and a consumer's terraform init. Docs- and CI-only changes do not release; they ride out
with the next module change. Pick one:
minor.
address, or tightened validation that previously accepted a working value. Still ships as a
minor or a patch; majors are cut deliberately, not inferred.
Checks run locally
docs/modules/ and all five
counts updated — see
adding a module
Anything reviewers should look at twice