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 network field supports name in addition of self_link #487

Merged
merged 3 commits into from
Oct 6, 2017

Conversation

rosbo
Copy link
Contributor

@rosbo rosbo commented Sep 28, 2017

Fixes one resource for #431.

@rosbo rosbo requested a review from selmanj September 28, 2017 20:38
@rosbo
Copy link
Contributor Author

rosbo commented Sep 28, 2017

TF_ACC=1 go test ./google -v -run TestAccComputeForwardingRule_ -timeout 120m
=== RUN   TestAccComputeForwardingRule_importBasic
--- PASS: TestAccComputeForwardingRule_importBasic (46.21s)
=== RUN   TestAccComputeForwardingRule_basic
--- PASS: TestAccComputeForwardingRule_basic (45.77s)
=== RUN   TestAccComputeForwardingRule_singlePort
--- PASS: TestAccComputeForwardingRule_singlePort (47.11s)
=== RUN   TestAccComputeForwardingRule_ip
--- PASS: TestAccComputeForwardingRule_ip (46.00s)
=== RUN   TestAccComputeForwardingRule_internalLoadBalancing
--- PASS: TestAccComputeForwardingRule_internalLoadBalancing (96.70s)
PASS

resource "google_compute_forwarding_rule" "foobar" {
description = "Resource created for Terraform acceptance testing"
name = "%s"
load_balancing_scheme = "INTERNAL"
backend_service = "${google_compute_region_backend_service.foobar-bs.self_link}"
ports = ["80"]
network = "${google_compute_network.foobar.name}"
Copy link
Contributor

Choose a reason for hiding this comment

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

minor: indention should match

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

@rosbo rosbo merged commit 306b3d6 into hashicorp:master Oct 6, 2017
@rosbo rosbo deleted the forwarding_rule_network_field branch October 6, 2017 16:33
negz pushed a commit to negz/terraform-provider-google that referenced this pull request Oct 17, 2017
…ashicorp#487)

* Forwarding rule network field supports name in addition of self_link
* Update documentation
negz pushed a commit to negz/terraform-provider-google that referenced this pull request Oct 17, 2017
…ashicorp#487)

* Forwarding rule network field supports name in addition of self_link
* Update documentation
chrisst pushed a commit to chrisst/terraform-provider-google that referenced this pull request Nov 9, 2018
…ashicorp#487)

* Forwarding rule network field supports name in addition of self_link
* Update documentation
luis-silva pushed a commit to luis-silva/terraform-provider-google that referenced this pull request May 21, 2019
Only set remove_default_node_pool for import if false - fixes TF tests
@ghost
Copy link

ghost commented Mar 30, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks!

@ghost ghost locked and limited conversation to collaborators Mar 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants