Closed Shaked closed 1 year ago
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
View this failed invocation of the CLA check for more information.
For the most up to date status, view the checks section at the bottom of the pull request.
Thanks for the PR! 🚀 Unfortunately it looks like some of our CI checks failed. See the Contributing Guide for details.
make generate_docs
.
Checking for documentation generation
diff -r '--exclude=.terraform' '--exclude=.kitchen' '--exclude=.git' '--exclude=autogen' '--exclude=*.tfvars' /workspace/README.md /tmp/tmp.DYYrdgeK6N/generate_docs/workspace/README.md
43a44
> | label\_keys | Labels to apply to the group. Currently only 'default' is supported | `list` | <pre>[<br> "default"<br>]</pre> | no |
Error: Documentation generation has not been run, please run the
'make docker_generate_docs' command and commit the above changes.
This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days
When creating a new group or maintaining an existing one, there's a need to decide which type of group we would like to support. GCP allows the usage of two:
DISCUSSION
andSECURITY
. Currently, it's not possible to decide which labels to use and GCP doesn't allow removing existing labels, therefore once a group is marked with either of the above, there's no way to apply terraform anymore.This PR helps overcome the issue of existing labels and also exposes a new feature - support to add a security group.
Usage example: