-
Notifications
You must be signed in to change notification settings - Fork 0
Feat sink billing account #129
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
Open
renato-rudnicki
wants to merge
35
commits into
test-pr-sink
Choose a base branch
from
feat_sink_billing_account
base: test-pr-sink
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 28 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
6d26c13
add suport to billing account logs
renato-rudnicki 690f6e7
small improvements
renato-rudnicki 57ec9f6
create custom log bucket and sink for project destination
renato-rudnicki 85d6844
fix lint
renato-rudnicki bebcbb2
Fix duplicated sink name
renato-rudnicki f4f2eb8
fix integration tests
renato-rudnicki 14a3a99
adds unique_writer_identity in internal_project_log_export module
renato-rudnicki ee3554c
update code
renato-rudnicki 5530ed9
Revert "update code"
renato-rudnicki 4775ef3
Revert "adds unique_writer_identity in internal_project_log_export mo…
renato-rudnicki df8dc0c
Revert "fix integration tests"
renato-rudnicki 47418a3
Revert "Fix duplicated sink name"
renato-rudnicki 06ec1c1
Revert "fix lint"
renato-rudnicki 5c34cd5
Revert "create custom log bucket and sink for project destination"
renato-rudnicki fa23017
add randon for billing sink
renato-rudnicki 46e44cb
fix for billing account sink
renato-rudnicki 648ed1a
update README
renato-rudnicki f3c7fbc
fix lint
renato-rudnicki db9f4e1
fixes for module log_export_billing
renato-rudnicki ea4e2c0
add PR suggestions
renato-rudnicki b6bf537
update
renato-rudnicki 07df788
fixes for log_export_billing
renato-rudnicki e759cf9
add integration tests for sink under billing account level
renato-rudnicki b41b322
code review improvements
renato-rudnicki 459fc90
fix lint
renato-rudnicki 32fb194
chore(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0 in…
dependabot[bot] 8b17343
Merge branch 'master' into feat_sink_billing_account
renato-rudnicki 1fe50db
removing comments
renato-rudnicki a8b11b8
change default value for enable_billing_account_sink variable
renato-rudnicki bc5c46d
adds get sink permission on CICD SA
renato-rudnicki e1274a6
update resource name for billign account sink
renato-rudnicki f57a47c
fix!: Groups creation and permissions (#1110)
Samir-Cit 27807fd
Merge branch 'master' into feat_sink_billing_account
apeabody be6b808
chore: update CODEOWNERS
cloud-foundation-bot a950798
Merge branch 'master' into feat_sink_billing_account
daniel-cit 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
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -34,6 +34,18 @@ variable "resource_type" { | |
| } | ||
| } | ||
|
|
||
| variable "billing_account" { | ||
| description = "Billing Account ID used in case sinks are under billing account level. Format 000000-000000-000000." | ||
| type = string | ||
| default = null | ||
| } | ||
|
|
||
| variable "enable_billing_account_sink" { | ||
| description = "If true, a log router sink will be created for the billing account. The billing_account variable cannot be null." | ||
| type = bool | ||
| default = true | ||
|
||
| } | ||
|
|
||
| variable "logging_project_key" { | ||
| description = "(Optional) The key of logging destination project if it is inside resources map. It is mandatory when resource_type = project and logging_target_type = logbucket." | ||
| type = string | ||
|
|
||
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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.
Uh oh!
There was an error while loading. Please reload this page.