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

Forwarding rule bugfix #310

Merged
merged 10 commits into from
Jun 27, 2018
Merged

Forwarding rule bugfix #310

merged 10 commits into from
Jun 27, 2018

Conversation

nat-henderson
Copy link
Contributor

Self links might not be target pools. They can also be VPN Gateways, and possibly others. This overrides a change made to the expander (due to the resourceref type) but still allows a non-complete self_link. If just a name is provided, the self link will point to a forwarding rule.

--- PASS: TestAccComputeVpnTunnel_basic (260.80s)
--- PASS: TestAccComputeVpnTunnel_router (271.68s)
--- PASS: TestAccComputeVpnTunnel_defaultTrafficSelectors (241.18s)

[all]

[terraform]

Fix bug with forwarding rule when used with non-targetpool target.

@modular-magician
Copy link
Collaborator

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.
depends: hashicorp/terraform-provider-google#1707

@modular-magician
Copy link
Collaborator

I am (still) a robot that works on MagicModules PRs!

I just wanted to let you know that your changes (as of commit a3b8be2) have been included in your existing downstream PRs.

}
url, err := replaceVars(d, config, "https://www.googleapis.com/compute/v1/projects/{{project}}/regions/{{region}}/<%= url_name -%>/")
url, err := replaceVars(d, config, "https://www.googleapis.com/compute/v1/projects/{{project}}/regions/{{region}}/")
Copy link
Contributor

Choose a reason for hiding this comment

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

Won't this just give us a URL that doesn't point to a specific resource type?

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've added a comment to explain, but yes.

@modular-magician
Copy link
Collaborator

I am (still) a robot that works on MagicModules PRs!

I just wanted to let you know that your changes (as of commit ce3bf3a) have been included in your existing downstream PRs.

josephlewis42 and others added 6 commits June 27, 2018 10:16
Readability improvements for things I stumbled over the first time going through the philosophy doc.

 * Syntax highlighting
 * Consistent pluralization
 * gendered -> non-gendered pronoun
Added documentation for resource and imports resource fields
Note: This deletes the Git hook that enforced the presubmit script and required
the NO_SQ=1 flag. You may have to fiddle a bit with your Git repo if it still
uses this git hook
Tracked submodules are build/puppet/compute build/puppet/sql build/puppet/storage build/chef/compute build/chef/sql build/chef/storage build/terraform build/ansible.
@modular-magician modular-magician merged commit 7097167 into master Jun 27, 2018
chrisst pushed a commit to chrisst/magic-modules that referenced this pull request Oct 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants