-
Notifications
You must be signed in to change notification settings - Fork 1
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
[2041] dfe_analytics module #123
Merged
saliceti
merged 4 commits into
main
from
2041-configure-bigquery-in-the-terraform-module
Oct 22, 2024
Merged
[2041] dfe_analytics module #123
saliceti
merged 4 commits into
main
from
2041-configure-bigquery-in-the-terraform-module
Oct 22, 2024
Conversation
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
saliceti
force-pushed
the
2041-configure-bigquery-in-the-terraform-module
branch
4 times, most recently
from
October 11, 2024 17:15
6505cf7
to
e7df23d
Compare
saliceti
force-pushed
the
2041-configure-bigquery-in-the-terraform-module
branch
2 times, most recently
from
October 20, 2024 12:44
9eb5633
to
b533d74
Compare
saliceti
force-pushed
the
2041-configure-bigquery-in-the-terraform-module
branch
4 times, most recently
from
October 20, 2024 13:24
86313df
to
8e91b4c
Compare
Create resources in Google cloud Bigquery and IAM to receive events from applications
saliceti
force-pushed
the
2041-configure-bigquery-in-the-terraform-module
branch
2 times, most recently
from
October 20, 2024 13:29
cf6f846
to
8732079
Compare
RMcVelia
reviewed
Oct 22, 2024
RMcVelia
reviewed
Oct 22, 2024
Authorise Github action workflow to run terraform in GCP
saliceti
force-pushed
the
2041-configure-bigquery-in-the-terraform-module
branch
from
October 22, 2024 15:46
faac60b
to
8600499
Compare
RMcVelia
approved these changes
Oct 22, 2024
saliceti
force-pushed
the
2041-configure-bigquery-in-the-terraform-module
branch
from
October 22, 2024 16:22
8600499
to
0fcc184
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Context
New module to configure resources for dfe-analytics in Google cloud, and provide the required variables on the Azure side.
Changes proposed in this pull request
The new module can either reuse the existing dataset, and simply provide the variables for the app on AKS, or create the dataset and events table.
It also provides a bach script to configure Google cloud IAM, so the terraform code can be run in a Github action workflow.
The README dscribes the usage.
Guidance to review
Before merging
Remove the TEMP commit
After merging
Update the module tag in the AFQTS PR
Checklist
Devops
label