-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: replace zipmap in output.tf #449
Conversation
Review was done offline after validating changes but some error was seen. If tried
In this case , it was found out that failure is because the example is trying to deploy two different ocp cluster in the same subnets. @ocofaigh @vburckhardt : Please advise will this be a correct way to solve this if need to modify the ocp module ? |
🎉 This PR is included in version 5.0.1 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
…s#449) Co-authored-by: imprateeksh <[email protected]>
Description
When we had more than one subnet in one zone, the zipmap function used in the output.tf would give the following error
Call to function "zipmap" failed: number of keys (3) does not match number of values (6).
Types of changes in this PR
No release required
Release required
x.x.X
): Change that fixes an issue and is compatible with earlier versions)x.X.x
): Change that adds functionality and is compatible with earlier versions)X.x.x
): Change that is likely incompatible with previous versions)Release notes content
Replace this text with information that users need to know about the bug fixes, features, and breaking changes. This information helps the merger write the commit message that is published in the release notes for the module.
Checklist for reviewers
Merge actions for mergers
Merge by using "Squash and merge".
Use a relevant conventional commit message that is based on the PR contents and any release notes provided by the PR author.
The commit message determines whether a new version of the module is needed, and if so, which semver increment to use (major, minor, or patch).