-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Add private environment config to composer #1999
Add private environment config to composer #1999
Conversation
I need to update this with docs - I'll do that tomorrow. Also, what format should the release note be in? |
Hi! I'm the modular magician, I work on Magic Modules. Pull request statusesNo diff detected in terraform-google-conversion. New Pull RequestsI built this PR into one or more new PRs on other repositories, and when those are closed, this PR will also be merged and closed. |
Hi! I'm the modular magician, I work on Magic Modules. Pull request statusesterraform-provider-google-beta already has an open PR. New Pull RequestsI didn't open any new pull requests because of this PR. |
@tysen sorry, just saw this! rebase on 2003 for release note to work properly :/ I went ahead and edited the release note - it should just be the release note you'd put without a bullet. |
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.
I accidently left my comments on TPG PR
third_party/terraform/tests/resource_composer_environment_test.go.erb
Outdated
Show resolved
Hide resolved
@@ -285,6 +319,27 @@ resource "google_composer_environment" "test" { | |||
`, name) | |||
} | |||
|
|||
func testAccComposerEnvironment_private(name string) string { |
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.
Was there an issue with testing the other fields (like range overlap)? Would be a good idea to test actually setting the other fields for cidr ranges if we can
third_party/terraform/resources/resource_composer_environment.go.erb
Outdated
Show resolved
Hide resolved
Hi! I'm the modular magician, I work on Magic Modules. Pull request statusesterraform-provider-google-beta already has an open PR. New Pull RequestsI didn't open any new pull requests because of this PR. |
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.
The boolean for use_ip_aliases is more of a style thing than a functionality thing - since container's use_ip_aliases defaults to true, I'd probably prefer also doing that. Otherwise, just a small typo and LGTM
third_party/terraform/website/docs/r/composer_environment.html.markdown
Outdated
Show resolved
Hide resolved
Hi! I'm the modular magician, I work on Magic Modules. Pull request statusesterraform-provider-google-beta already has an open PR. New Pull RequestsI didn't open any new pull requests because of this PR. |
Tracked submodules are build/terraform-beta build/terraform-mapper build/terraform build/ansible build/inspec.
Release Note for Downstream PRs (will be copied)