Closed rs1986x closed 6 months ago
Hi @rs1986x, thanks for the PR.
I'm wondering what's the motivation for using the sb-psc module in the first place if you already have a host that you want to use. wouldn't you be better off by just using the google_apigee_target_server
resource directly?
The creation of the other two resources looks wasteful at first glance. Maybe I'm missing something here.
Very good question @danistrebel: i run all my terraform with terragrunt, which has many advantages, with the exception that it really works well if you put all of your code in module form. i was faced with 2 choices here:
honestly either approach is fine, with method 1 i manage all in one module, with method 2 i have the advantage of easier migration for the target servers (if i need to change the endpoint attachement for a particular target server)
tl;dr - the code is sound, the "is this a good change for this module" is totally up for debate
Thanks for the background.
Since the module is really meant to provide SB PSC functionality, using it for creating only an Apigee target server seems a bit of an overly complex approach. Given this is literally just about creating a module wrapper around a single resource I'd vote to keep the module as is.
Maybe it's better for your use case to fork this and have an Apigee southbound connection module that supports for PSC and direct host names.
Closing this, appreciate the suggestion and the constructive discussion here!
What's changed, or what was fixed?
I have added the possibility of specifying a host parameter for target server. i will use this in combination with https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/google_service_networking_peered_dns_domain to access load balancer with a url mask type serverless backend with one single psc
Fixes: #issue