Skip to content
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

feat: subnet output created to be consumed by terraform-base-ocp-vpc module #427

Merged
merged 12 commits into from
Mar 14, 2023

Conversation

imprateeksh
Copy link
Member

Description

This is to simplify the subnet output to be consumed by terraform-base-ocp-vpc module.
Refer Issue 399

Types of changes in this PR

New output value is added.

No release required

  • Examples or tests (addition or updates of examples or tests)
  • Documentation update
  • CI-related update (pipeline, etc.)
  • Other changes that don't affect Terraform code

Release required

  • Bug fix (patch release (x.x.X): Change that fixes an issue and is compatible with earlier versions)
  • New feature (minor release (x.X.x): Change that adds functionality and is compatible with earlier versions)
  • Breaking change (major release (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

  • If relevant, a test for the change is included or updated with this PR.
  • If relevant, documentation for the change is included or updated with this PR.

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).

@imprateeksh imprateeksh self-assigned this Mar 10, 2023
Copy link
Member

@ocofaigh ocofaigh left a comment

Choose a reason for hiding this comment

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

I don't think the word cluster should be used anywhere here. This is the VPC module which is completely independent of any cluster. All we are doing is outputting subnets in a particular format

@imprateeksh
Copy link
Member Author

I don't think the word cluster should be used anywhere here. This is the VPC module which is completely independent of any cluster. All we are doing is outputting subnets in a particular format

Thank you for mentioning this @ocofaigh. I will remove the word cluster.

@ocofaigh ocofaigh merged commit d37bd44 into main Mar 14, 2023
@ocofaigh ocofaigh deleted the 399-subnet-output branch March 14, 2023 15:24
@terraform-ibm-modules-ops
Copy link
Contributor

🎉 This PR is included in version 4.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

gmendel pushed a commit to gmendel/landing-zone-vpc that referenced this pull request Mar 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants