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

Adding google_compute_service_attachment data source #9887

Closed
wants to merge 166 commits into from

Conversation

sanmaym
Copy link

@sanmaym sanmaym commented Jan 27, 2024

This PR is for a new data resource that obtains the URI for a service attachment. Its based of this google api

[Issue is tracked here] (hashicorp/terraform-provider-google#17122)

Release Note Template for Downstream PRs (will be copied)

`google_compute_service_attachment`

@modular-magician
Copy link
Collaborator

Hello! I am a robot. It looks like you are a: Community Contributor Googler Core Contributor. Tests will require approval to run.

@NickElliot, 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.

@modular-magician modular-magician added awaiting-approval Pull requests that need reviewer's approval to run presubmit tests and removed awaiting-approval Pull requests that need reviewer's approval to run presubmit tests labels Jan 27, 2024
@modular-magician
Copy link
Collaborator

Hi there, I'm the Modular magician. I've detected the following information about your changes:

Diff report

Your PR generated some diffs in downstreams - here they are.

Terraform GA: Diff ( 4 files changed, 253 insertions(+))
Terraform Beta: Diff ( 4 files changed, 253 insertions(+))

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 874
Passed tests 808
Skipped tests: 65
Affected tests: 1

Click here to see the affected service packages
  • compute

Action taken

Found 1 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
TestAccDataSourceGoogleServiceAttachment

Get to know how VCR tests work

@modular-magician
Copy link
Collaborator

$\textcolor{red}{\textsf{Tests failed during RECORDING mode:}}$
TestAccDataSourceGoogleServiceAttachment[Error message] [Debug log]

$\textcolor{red}{\textsf{Please fix these to complete your PR.}}$
View the build log or the debug log for each test

Copy link
Contributor

@NickElliot NickElliot left a comment

Choose a reason for hiding this comment

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

Hi, the test is having an issue due to conflicting resource names. I suggested a broad formatting adjustment that should resolve this. Thanks!

@sanmaym
Copy link
Author

sanmaym commented Feb 1, 2024 via email

sanmaym and others added 5 commits February 3, 2024 19:53
…e_service_attachment_test.go

Co-authored-by: Nick Elliot <[email protected]>
…e_service_attachment_test.go

Co-authored-by: Nick Elliot <[email protected]>
…e_service_attachment_test.go

Co-authored-by: Nick Elliot <[email protected]>
…e_service_attachment_test.go

Co-authored-by: Nick Elliot <[email protected]>
…e_service_attachment_test.go

Co-authored-by: Nick Elliot <[email protected]>
@modular-magician modular-magician added the awaiting-approval Pull requests that need reviewer's approval to run presubmit tests label Feb 4, 2024
…e_service_attachment_test.go

Co-authored-by: Nick Elliot <[email protected]>
sanmaym and others added 21 commits March 1, 2024 19:26
…e_service_attachment_test.go

Co-authored-by: Nick Elliot <[email protected]>
…e_service_attachment_test.go

Co-authored-by: Nick Elliot <[email protected]>
…e_service_attachment_test.go

Co-authored-by: Nick Elliot <[email protected]>
…e_service_attachment_test.go

Co-authored-by: Nick Elliot <[email protected]>
…e_service_attachment_test.go

Co-authored-by: Nick Elliot <[email protected]>
…e_service_attachment_test.go

Co-authored-by: Nick Elliot <[email protected]>
…e_service_attachment_test.go

Co-authored-by: Nick Elliot <[email protected]>
…e_service_attachment_test.go

Co-authored-by: Nick Elliot <[email protected]>
…e_service_attachment_test.go

Co-authored-by: Nick Elliot <[email protected]>
…e_service_attachment_test.go

Co-authored-by: Nick Elliot <[email protected]>
…e_service_attachment_test.go

Co-authored-by: Nick Elliot <[email protected]>
…e_service_attachment_test.go

Co-authored-by: Nick Elliot <[email protected]>
…e_compute_service_attachment_test.go"

This reverts commit 957fc42.
@github-actions github-actions bot requested a review from NickElliot March 1, 2024 19:36
@sanmaym
Copy link
Author

sanmaym commented Mar 1, 2024

cd tpgtools;
cp -f serialization.go.base serialization.go &&
go run . --path "api" --overrides "overrides" --mode "serialization" > temp.serial &&
mv -f temp.serial serialization.go
go: cannot find main module, but found .git/config in /home/runner/work/magic-modules/magic-modules
to create a module there, run:
cd .. && go mod init

This error is still remaining

@NickElliot
Copy link
Contributor

/gcbrun

@NickElliot
Copy link
Contributor

NickElliot commented Mar 4, 2024

please rebase your changes on top of head again or cherry pick your changes to a fresh branch, your pr is very broken now, having combined in a mix of existing main branch commits/your own

Copy link
Contributor

@NickElliot NickElliot left a comment

Choose a reason for hiding this comment

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

see above

Copy link

@sanmaym, this PR is waiting for action from you. Please address any comments or change requests, or re-request review from a core reviewer if no action is required.

Image showing the re-request review button

If no action is taken, this PR will be closed in 14 days.

This notification can be disabled with the disable-automatic-closure label.

Copy link

@sanmaym, this PR is waiting for action from you. Please address any comments or change requests, or re-request review from a core reviewer if no action is required.

Image showing the re-request review button

If no action is taken, this PR will be closed in 2 weekdays.

This notification can be disabled with the disable-automatic-closure label.

Copy link

@sanmaym, this PR is being closed due to inactivity.

@github-actions github-actions bot closed this Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.