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

Update docs and fix example #19

Merged
merged 2 commits into from
Feb 15, 2024
Merged

Conversation

mheffner
Copy link
Contributor

@mheffner mheffner commented Feb 8, 2024

what

why

  • Missed this in the last PR

references

@mheffner mheffner requested a review from a team as a code owner February 8, 2024 16:59
Copy link
Member

@Gowiem Gowiem left a comment

Choose a reason for hiding this comment

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

@mheffner good stuff, thanks for circling back! This is definitely not on you for forgetting, but on us for not having legitimate CI checks in place to enforce this sort of thing. Something we have on our backlog, but haven't implemented due to client work that takes priority.

Anyway, small nitpick + one question. Thanks!

README.md Outdated
@@ -82,7 +82,7 @@ Use [the awesome `gossm` project](https://github.com/gjbae1212/gossm).

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 4.0 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.35.0 |
Copy link
Member

Choose a reason for hiding this comment

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

This is such an annoying issue with terraform-docs, they pin to your explicit version instead of the version constraint in versions.tf. Mind reverting this single line?

@@ -33,3 +33,9 @@ variable "nat_gateway_enabled" {
type = bool
description = "Whether to enable NAT Gateways. If false, then the application uses NAT Instances, which are much cheaper."
}

variable "ipv6_enabled" {
Copy link
Member

Choose a reason for hiding this comment

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

Is this variable used in complete/main.tf and you just forgot to include the variable?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm not sure, it looks like it was introduced back in June. I added the variable definition here because it is currently failing the terraform_validate pre-commit check.

@Gowiem Gowiem merged commit 8f57206 into masterpointio:main Feb 15, 2024
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.

None yet

2 participants