Skip to content

feat: remove azurenoops provider dependency - #5

Merged
JoshLuedeman merged 4 commits into
mainfrom
feat/remove-azurenoops-deps
Apr 20, 2026
Merged

feat: remove azurenoops provider dependency#5
JoshLuedeman merged 4 commits into
mainfrom
feat/remove-azurenoops-deps

Conversation

@JoshLuedeman

Copy link
Copy Markdown
Contributor

Summary

Replace all azurenoops provider references with the new POps-Rox/popsrox-utils provider across all Terraform files, documentation, agent configs, test code, and changelog.

Changes

  • versions.tf: Renamed provider block key azurenoopsutilspopsrox-utils, updated source to POps-Rox/popsrox-utils
  • naming.tf: All data "azurenoopsutils_resource_name"data "popsrox_utils_resource_name"
  • locals.naming.tf: All data.azurenoopsutils_resource_name.data.popsrox_utils_resource_name.
  • resources.redis.firewall.rules.tf: Same data source reference update
  • README.md / docs/index.md: Updated provider/module registry URLs and table entries from azurenoops → POps-Rox
  • CHANGELOG.md: Updated GitHub URLs from azurenoops org to POps-Rox
  • test/go.mod: Updated module path from azurenoops to POps-Rox
  • .github/agents/*.md (11 files): Updated tech stack entry from azurenoopsutils ~> 1.0.4 to popsrox-utils ~> 1.0.4

Testing

  • terraform fmt -recursive passes with no changes
  • Zero remaining azurenoops references in any .tf, .md, or .go file

Closes #4

@JoshLuedeman
JoshLuedeman merged commit a707972 into main Apr 20, 2026
7 of 8 checks passed
@JoshLuedeman
JoshLuedeman deleted the feat/remove-azurenoops-deps branch April 20, 2026 03:10
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.

feat: remove azurenoops provider dependency

1 participant