Skip to content

fix: rename add-project to add_project in mux module#765

Merged
DevelopmentCats merged 2 commits into
mainfrom
mike/fix-mux-add-project-param
Feb 27, 2026
Merged

fix: rename add-project to add_project in mux module#765
DevelopmentCats merged 2 commits into
mainfrom
mike/fix-mux-add-project-param

Conversation

@ibetitsmike
Copy link
Copy Markdown
Contributor

Terraform variable names should use underscores, not hyphens. Renames the add-project variable to add_project in the mux module.

Changes:

  • main.tf: Renamed variable declaration and references
  • README.md: Updated example usage

Bumped version: 1.3.0 → 1.3.1


Generated with Mux using Claude

Copy link
Copy Markdown
Collaborator

@DevelopmentCats DevelopmentCats left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ibetitsmike LGTM.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes a Terraform naming convention violation by renaming the add-project variable to add_project in the mux module. Terraform variable names should use underscores instead of hyphens, and this change brings the module in line with standard Terraform conventions and the rest of the codebase. The version is bumped from 1.3.0 to 1.3.1 to reflect this breaking change.

Changes:

  • Renamed add-project variable to add_project in main.tf (variable declaration and all references)
  • Updated all README.md examples to use the new variable name and bumped version to 1.3.1

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
registry/coder/modules/mux/main.tf Renamed variable declaration from add-project to add_project and updated references in templatefile
registry/coder/modules/mux/README.md Updated version from 1.3.0 to 1.3.1 across all examples and corrected variable name usage to add_project

@DevelopmentCats DevelopmentCats merged commit 93e6094 into main Feb 27, 2026
12 of 14 checks passed
@DevelopmentCats DevelopmentCats deleted the mike/fix-mux-add-project-param branch February 27, 2026 16:44
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.

3 participants