Skip to content

fix: correct truncated module source slugs (tf-az-overlays → terraform-az-overlays) - #9

Merged
JoshLuedeman merged 1 commit into
mainfrom
fix/slug-correction
May 11, 2026
Merged

fix: correct truncated module source slugs (tf-az-overlays → terraform-az-overlays)#9
JoshLuedeman merged 1 commit into
mainfrom
fix/slug-correction

Conversation

@JoshLuedeman

Copy link
Copy Markdown
Contributor

Summary

GitHub renamed these repos from tf-az-overlays-* to terraform-az-overlays-* in a prior cleanup, but module source = references in .tf files and catalog-info.yaml annotations still use the old slug. Terraform module downloads currently succeed only via GitHub's 301 redirect — fragile and prone to break.

Changes

  • All .tf files: POps-Rox/tf-az-overlays-*POps-Rox/terraform-az-overlays-*
  • All .tf files: POps-Rox/tf-az-entra-overlays-*POps-Rox/terraform-az-entra-overlays-*
  • catalog-info.yaml: metadata.name and github.com/project-slug annotation updated to match actual repo name

Validation

grep -rln 'POps-Rox/tf-az-overlays\|pops-rox/tf-az-overlays' --include='*.tf' .
grep -l 'tf-az-overlays\|tf-az-entra-overlays' catalog-info.yaml

Both return no output after this PR.

Part of the POps-Rox Go-To-Market initiative.

…z-overlays-*

GitHub renamed these repos in a prior pass but module sources and catalog-info.yaml
still referenced the truncated slug. Terraform downloads only succeed today via
GitHub's 301 redirect, which is fragile. This commit replaces every reference with
the canonical repo name.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@JoshLuedeman
JoshLuedeman merged commit 8ee58b1 into main May 11, 2026
4 checks passed
@JoshLuedeman
JoshLuedeman deleted the fix/slug-correction branch May 11, 2026 23:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant