-
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 ipVersion field to support IPv6 in global address and release to Terraform #110
Conversation
I am a robot that works on MagicModules PRs! I built this PR into one or more PRs on other repositories, and when those are closed, this PR will also be merged and closed. |
products/compute/terraform.yaml
Outdated
@@ -344,6 +349,9 @@ files: !ruby/object:Provider::Config::Files | |||
'google/transport_test.go': 'templates/terraform/transport_test.go' | |||
'google/import.go': 'templates/terraform/import.go' | |||
'google/import_test.go': 'templates/terraform/import_test.go' | |||
# Handwritten acceptance tests for autogenerated resources. | |||
# Adding them here allows updating the tests as part of a MM pull request. | |||
'google/resource_compute_global_address_test.go': 'templates/terraform/tests/resource_compute_global_address_test.go' |
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.
Try to keep the YAML files 80-chars. It works well if you break this line
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.
Done
products/compute/api.yaml
Outdated
@@ -899,6 +899,10 @@ objects: | |||
description: | | |||
Represents a Global Address resource. Global addresses are used for | |||
HTTP(S) load balancing. | |||
references: !ruby/object:Api::Resource::ReferenceLinks | |||
guides: | |||
'Reserving a Static External IP Address': 'https://cloud.google.com/compute/docs/ip-addresses/reserve-static-external-ip-address' |
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.
Break line at ":"
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.
Done
5e1dc15
to
f7b0a04
Compare
I am (still) a robot that works on MagicModules PRs! I just wanted to let you know that your changes (as of commit f7b0a04) have been included in your existing downstream PRs. |
f7b0a04
to
7b050e4
Compare
I am (still) a robot that works on MagicModules PRs! I just wanted to let you know that your changes (as of commit 7b050e4) have been included in your existing downstream PRs. |
LGTM. |
I am (still) a robot that works on MagicModules PRs! I just wanted to let you know that your changes (as of commit f39cbae) have been included in your existing downstream PRs. |
I am (still) a robot that works on MagicModules PRs! I just wanted to let you know that your changes (as of commit 788632f) have been included in your existing downstream PRs. |
I am (still) a robot that works on MagicModules PRs! I just wanted to let you know that your changes (as of commit e6c35de) have been included in your existing downstream PRs. |
e6c35de
to
b0b8b48
Compare
I am (still) a robot that works on MagicModules PRs! I just wanted to let you know that your changes (as of commit b0b8b48) have been included in your existing downstream PRs. |
[all]
[terraform]
Release generated GlobalAddress
[puppet]
[puppet-dns]
[puppet-compute]
Add ipVersion property to support IPv6
[chef]