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

refactor(vars): replace vpc with networking #11

Merged
merged 1 commit into from
Nov 14, 2021

Conversation

tbobm
Copy link
Owner

@tbobm tbobm commented Nov 14, 2021

Request VpcID and Subnet IDs instead of dynamically
fetching them through the corresponding datasources.

BREAKING CHANGE: var.vpc is now var.networking.
The type has changed from any to object with a
vpc_id (string) and subnet_ids (list(string))
attributes.

  • Make the var.networking variable less specific
  • Make the module caller explicit the dependencies used

References #3

Request VpcID and Subnet IDs instead of dynamically
fetching them through the corresponding datasources.

BREAKING CHANGE: `var.vpc` is now `var.networking`.
The type has changed from `any` to `object` with a
`vpc_id` (string) and `subnet_ids` (list(string))
attributes.

Signed-off-by: Theo Bob Massard <[email protected]>
@tbobm tbobm added this to the 1.0.0 milestone Nov 14, 2021
@tbobm tbobm added the enhancement New feature or request label Nov 14, 2021
@tbobm tbobm self-assigned this Nov 14, 2021
@tbobm tbobm merged commit 3634900 into main Nov 14, 2021
@tbobm tbobm deleted the refactor/networking-configuration branch November 14, 2021 14:37
@github-actions
Copy link

🎉 This PR is included in version 1.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant