-
Notifications
You must be signed in to change notification settings - Fork 122
fix: Broken module due to apphub_service_uri output #251
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
Conversation
The latest addition to the output, `apphub_service_uri`, breaks the module due to the use of `var.region` which isn't a required variable and defaults to `null`. Getting the region from the `google_redis_instance` resource instead will fix this.
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
|
/gcbrun |
3 similar comments
|
/gcbrun |
|
/gcbrun |
|
/gcbrun |
|
/gcbrun |
|
@imrannayer is it failing or something? |
|
getting following error: |
|
/gcbrun |
|
Yea, I don't see why this is happening. Probably irrelevant to the change but would also assume that the tenant project creation error would be a transient error. But, apparently, something is off since you tried it multiple times already. |
|
/gcbrun |
2 similar comments
|
/gcbrun |
|
/gcbrun |
The latest addition to the output,
apphub_service_uri, breaks the module due to the use ofvar.regionwhich isn't a required variable and defaults tonull.Getting the region from the
google_redis_instanceresource instead will fix this.fixes #247