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

Database encryption #165

Merged

Conversation

marko7460
Copy link
Contributor

@marko7460 marko7460 commented Jun 12, 2019

Copy link
Contributor

@Jberlinsky Jberlinsky left a comment

Choose a reason for hiding this comment

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

In addition to my comments, I don't think we should be co-opting an unrelated PR to s/(region|zone)/location/. That should really be its own PR.

autogen/cluster_regional.tf Outdated Show resolved Hide resolved
autogen/variables.tf Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
examples/simple_regional_private/main.tf Outdated Show resolved Hide resolved
examples/simple_zonal_private/main.tf Outdated Show resolved Hide resolved
modules/private-cluster/variables.tf Outdated Show resolved Hide resolved
test/integration/node_pool/controls/kubectl.rb Outdated Show resolved Hide resolved
@aaron-lane aaron-lane added the enhancement New feature or request label Jun 14, 2019
autogen/README.md Outdated Show resolved Hide resolved
description = "The secondary ip range to use for pods"
}

variable "database_encryption" {
Copy link
Contributor

Choose a reason for hiding this comment

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

Examples in this repository serve both as tangible demonstrations that users can rely on to show how functionality is utilized, and as test cases -- but primarily as demonstrations. With that in mind, it would probably be worth considering not passing this in as a variable, instead making it immediately obvious what's going on.

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 can create example but no test cases for now. Would that be sufficient?

Copy link
Contributor

Choose a reason for hiding this comment

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

Adding functionality without adding tests significantly increases the failure domain of the module, and I don't think that's a risk we should be taking.

Copy link
Contributor

Choose a reason for hiding this comment

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

Per conversation out of band, let's just make sure #185 is addressed once we have Terraform 0.12 compatibility, and this can be merged.

region = attribute('region')

control "gcloud" do
title "GKE "
Copy link
Contributor

Choose a reason for hiding this comment

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

Extra whitespace?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No tests will be added for now.

autogen/variables.tf Outdated Show resolved Hide resolved
autogen/cluster_zonal.tf Outdated Show resolved Hide resolved
Jberlinsky
Jberlinsky previously approved these changes Jun 21, 2019
@aaron-lane aaron-lane merged commit 402ba4e into terraform-google-modules:master Jun 24, 2019
aaron-lane added a commit that referenced this pull request Jun 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants