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

Handle subnet list #21

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Handle subnet list #21

wants to merge 4 commits into from

Conversation

disaac
Copy link
Member

@disaac disaac commented Jul 27, 2017

  • Removed packer/terraform dir in env.docker since this is no longer needed.
  • Removed packer_tasks from the Rakefile since this was also deprecated in the latest covalence.
  • subnets should be receieved as a list type already so can be passed directly without placing inside another list.

disaac added 2 commits July 27, 2017 12:43
- subnets should be receieved as a list type already so can be passed directly without placing inside another list.
- Removed packer/terraform dir in env.docker since this is no longer needed.
- Removed packer_tasks from the Rakefile since this was also deprecated in the latest covalence.
Copy link
Member

@kjonick1 kjonick1 left a comment

Choose a reason for hiding this comment

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

LGTM

disaac and others added 2 commits October 4, 2017 14:02
**NOTE: This would be a breaking change for usage of this module with a comma separated string list.
```
["${split(",",var.subnet_ids)}"]
```
To convert to a list would fail since it would already be of type list.
@yuhunglin
Copy link
Contributor

@disaac would this break compatibility with previous versions due to the change in the subnet input data type? If so, would you mind tagging this separately with the appropriate version bump?

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.

4 participants