-
Notifications
You must be signed in to change notification settings - Fork 902
add metadata to example templates #3451
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
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.
Code LGTM!
PS: Just be careful with the commit message. It is missing the prefix like chore: My message
examples/templates/aws-linux/main.tf
Outdated
} | ||
item { | ||
key = "disk" | ||
value = "${aws_instance.dev.root_block_device[0].volume_size} GB" |
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.
Nitpick: I think all of these "volume size" parameters are actually measured in GiB, not decimal GB. How about labeling them that way?
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.
for sure!
resolves #3432
I manually tested each template