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

Feature Request: Add session_affinity property on google_compute_region_backend_service #11199

Closed
zopanix opened this issue Jan 13, 2017 · 4 comments · Fixed by #11228
Closed

Comments

@zopanix
Copy link
Contributor

zopanix commented Jan 13, 2017

Hey, this is a feature request. Details below

Terraform Version

Terraform v0.8.4

Affected Resource(s)

  • google_compute_region_backend_service

Terraform Configuration Files Example

resource "google_compute_region_backend_service" "bes" {
  name             = "bes-prgall"
  description      = "This resource is managed by Terraform, do not edit manually!"
  protocol         = "TCP"
  timeout_sec      = "30"
  health_checks    = ["${google_compute_health_check.hck.self_link}"]
  session_affinity = "CLIENT_IP"
  region           = "${var.region}"

  backend {
    group = "${google_compute_instance_group_manager.igm.instance_group}"
  }

}

Expected Behavior

I would like to use the session_affinity attribute on a google_compute_region_backend_service.
I know that this is a new feature on google's part, so I'm just adding some backlog here. I'll see if I could contribute, although I'm not used of coding in go ^^'

Actual Behavior

Errors:

  * google_compute_region_backend_service.bes-prgall: : invalid or unknown key: session_affinity

References

I have found none, I'm sorry if there is an existing issue

@zopanix
Copy link
Contributor Author

zopanix commented Jan 17, 2017

@cblecker: Thx a lot for this, had plaaned some tie today to try and contribute :)

@cblecker
Copy link
Contributor

@zopanix: I'm sorry! I completely missed where you said you were going to give this a shot yourself. Didn't mean to pull the rug out from under you.

If you want to get involved in learning go, this is a great project to get involved with -- lots of smart, friendly people around these parts. There are always plenty of little issues, fixes, etc that you can go and break off.

@zopanix
Copy link
Contributor Author

zopanix commented Jan 17, 2017

@cblecker: Don't worry about it, it's great to see things getting done this quickly. I can still do it my self and then compare it to what you've done :)

No thx a lot for this one, I really needed this feature :)

@ghost
Copy link

ghost commented Apr 17, 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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

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

Successfully merging a pull request may close this issue.

3 participants