-
Notifications
You must be signed in to change notification settings - Fork 10
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - just one thing: rebuild the README.md
using make
Here's how:
make init
make readme/deps
make readme
well np, rebased. |
variables.tf
Outdated
|
||
variable "vpc_tag" { | ||
default = "Name" | ||
description = "Use Name tag to lookup the Kops VPC" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This description is now misleading. It should probably say "Tag used to lookup the Kops VPC"
variables.tf
Outdated
|
||
variable "vpc_tag_values" { | ||
default = [] | ||
description = "Provide tag value to lookup the Kops VPC" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Tag value used to lookup the Kops VPC"
Now ok? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Beautiful! Thanks for the contribution.
@osterman welcome and likewise thank you for useful modules 👍 |
@dennybaa my pleasure! stop by our slack team sometime. https://slack.cloudposse.com |
what
why