-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Add Private Service Connect to Looker #11487
Conversation
Hello! I am a robot. Tests will require approval from a repository maintainer to run. @c2thorn, a repository maintainer, has been assigned to review your changes. If you have not received review feedback within 2 business days, please leave a comment on this PR asking them to take a look. You can help make sure that review is quick by doing a self-review and by running impacted tests locally. |
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_looker_instance" "primary" {
psc_config {
allowed_vpcs = # value needed
service_attachments {
local_fqdn = # value needed
target_service_attachment_uri = # value needed
}
}
psc_enabled = # value needed
}
|
Tests analyticsTotal tests: 5 Click here to see the affected service packages
View the build log |
@c2thorn any thing I should do here to get this merged? |
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_looker_instance" "primary" {
psc_config {
allowed_vpcs = # value needed
service_attachments {
local_fqdn = # value needed
target_service_attachment_uri = # value needed
}
}
psc_enabled = # value needed
}
|
Tests analyticsTotal tests: 5 Click here to see the affected service packages
View the build log |
@c2thorn This PR has been waiting for review for 3 weekdays. Please take a look! Use the label |
@GoogleCloudPlatform/terraform-team @c2thorn This PR has been waiting for review for 1 week. Please take a look! Use the label |
psc_config { | ||
allowed_vpcs: ["projects/test-project/global/networks/test"] | ||
// update only | ||
// service_attachments: [{local_fqdn: "www.local-fqdn.com" target_service_attachment_uri: "projects/my-project/regions/us-east1/serviceAttachments/sa"}] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are these meant to be commented out? Terraform comments use "#"
But if you are trying to make an update test, that should be done in a handwritten file. I'm not sure if one already exists for looker, but you can see our documentation here: https://googlecloudplatform.github.io/magic-modules/develop/test/test/#add-an-update-test
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you also update the release note to be in this specific style: https://googlecloudplatform.github.io/magic-modules/contribute/release-notes/
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_looker_instance" "primary" {
psc_config {
allowed_vpcs = # value needed
service_attachments {
local_fqdn = # value needed
target_service_attachment_uri = # value needed
}
}
psc_enabled = # value needed
}
|
Tests analyticsTotal tests: 6 Click here to see the affected service packages
Action takenFound 1 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
|
|
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_looker_instance" "primary" {
psc_config {
allowed_vpcs = # value needed
service_attachments {
local_fqdn = # value needed
target_service_attachment_uri = # value needed
}
}
psc_enabled = # value needed
}
|
Tests analyticsTotal tests: 6 Click here to see the affected service packages
Action takenFound 1 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
|
|
@c2thorn This PR has been waiting for review for 3 weekdays. Please take a look! Use the label |
@GoogleCloudPlatform/terraform-team @c2thorn This PR has been waiting for review for 1 week. Please take a look! Use the label |
@GoogleCloudPlatform/terraform-team @c2thorn This PR has been waiting for review for 2 weeks. Please take a look! Use the label |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
test is still failing with
Error: Argument or block definition required
on terraform_plugin_test.tf line 14, in resource "google_looker_instance" "looker-instance":
14: allowed_vpcs: ["projects/test-project/global/networks/test"]
An argument or block definition is required here. To set an argument, use the
equals sign "=" to introduce the argument value.
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_looker_instance" "primary" {
psc_config {
service_attachments {
local_fqdn = # value needed
target_service_attachment_uri = # value needed
}
}
}
|
Tests analyticsTotal tests: 7 Click here to see the affected service packages
Action takenFound 1 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
|
|
URI of the service attachment to connect to. | ||
# PscConfig Object - End | ||
- !ruby/object:Api::Type::Boolean | ||
name: pscEnabled |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
interesting... this is usually in the config field itself.
Adding Add Private Service Connect (PSC) connection to Looker instances
Release Note Template for Downstream PRs (will be copied)