-
Notifications
You must be signed in to change notification settings - Fork 948
[BUG]: No warning/error on conflicting resource properties for github_repository #2264
Description
Expected Behavior
The Terraform provider currently exhibits a problematic behavior where it silently ignores certain configuration settings when conflicting configurations are present.
Specifically, if a user defines squash_merge_commit_message or squash_merge_commit_title while disabling squash merges through allow_squash_merge = false, these settings are rendered meaningless. Similarly, specifying merge_commit_message or merge_commit_title without enabling allow_merge_commit has no effect.
Although this behavior is documented, relying solely on documentation is insufficient. Users may easily overlook these details, leading to unexpected outcomes and configuration confusion.
To enhance user experience and prevent silent misconfigurations, the provider should implement stronger validation mechanisms. Instead of silently ignoring conflicting settings, it should either:
- Issue a warning during plan or apply stages, explicitly informing users about the conflict and the settings being ignored.
- Throw an error, preventing the deployment of a configuration containing these contradictions, ensuring users address the issue before proceeding.
This proactive approach would provide clearer feedback, reduce user frustration, and promote a more robust and reliable configuration process.
Actual Behavior
see above
Terraform Version
v1.8.3
Affected Resource(s)
github_repository
Terraform Configuration Files
No response
Steps to Reproduce
No response
Debug Output
No response
Panic Output
No response
Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Status