-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 data source for apphub discovered service #10105
Merged
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
ddf5857
Add data source for apphub discovered service
gurankitt 67b35df
Add data source for apphub discovered service'
gurankitt c1d55e9
Add data source for apphub discovered service
gurankitt a9a8103
resolved comments
gurankitt f3f5e02
retry logic added
gurankitt 361919f
add tests and documentation
gurankitt bcaf67d
Corrected tests and added project field in the data source
gurankitt a8d409f
changed id field
gurankitt 607e5df
Added random_suffix for the resources created and enabled iam policy …
gurankitt 671b017
modified retry logic
gurankitt 9284d56
Modified schema for the data source, and tests
gurankitt 4239f4f
Removed IAM permission blocks
gurankitt 9c075da
Add dependency for compute api
gurankitt b61d3e5
Merge branch 'GoogleCloudPlatform:main' into datasource
gurankitt 86b1a6b
Resolve merge conflict
gurankitt 9f2d90e
Add time sleep
gurankitt 6d0ca32
Modified test function name
gurankitt 7102010
Shorten service project name
gurankitt e4c5f15
Add billing account
gurankitt 1325323
corrected get env variable function call
gurankitt afbdf9a
Modified project id
gurankitt a2a9cd1
Combined time delay
gurankitt 9c7c92e
Resolving comments
gurankitt a5d541b
Remove retry logic and add time sleep for resource ingestion
gurankitt File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add billing account
- Loading branch information
commit e4c5f157cc13632789cc506f4acf53c8297566f2
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
This needs to start with
tf-test
so that it gets swept. If you're hitting the length limit, maybe just usetf-test-ah%{random_suffix}
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.
done