{"id":15221797,"url":"https://github.com/googlecloudplatform/terraform-google-waap","last_synced_at":"2025-10-20T00:33:00.738Z","repository":{"id":66041358,"uuid":"573558763","full_name":"GoogleCloudPlatform/terraform-google-waap","owner":"GoogleCloudPlatform","description":"Deploys the WAAP solution on Google Cloud","archived":false,"fork":false,"pushed_at":"2025-08-22T17:29:05.000Z","size":424,"stargazers_count":26,"open_issues_count":17,"forks_count":10,"subscribers_count":36,"default_branch":"main","last_synced_at":"2025-08-22T19:50:12.274Z","etag":null,"topics":["cft-terraform","operations"],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/modules/GoogleCloudPlatform/waap/google","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GoogleCloudPlatform.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-12-02T18:56:18.000Z","updated_at":"2025-08-22T17:29:08.000Z","dependencies_parsed_at":"2023-05-04T17:40:35.721Z","dependency_job_id":"8109aafa-9945-448b-bbad-6eb907dec3b2","html_url":"https://github.com/GoogleCloudPlatform/terraform-google-waap","commit_stats":{"total_commits":85,"total_committers":11,"mean_commits":"7.7272727272727275","dds":0.6941176470588235,"last_synced_commit":"da66c9794dc044a4908dfa40df4771bfb4ad0e71"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/GoogleCloudPlatform/terraform-google-waap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GoogleCloudPlatform%2Fterraform-google-waap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GoogleCloudPlatform%2Fterraform-google-waap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GoogleCloudPlatform%2Fterraform-google-waap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GoogleCloudPlatform%2Fterraform-google-waap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GoogleCloudPlatform","download_url":"https://codeload.github.com/GoogleCloudPlatform/terraform-google-waap/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GoogleCloudPlatform%2Fterraform-google-waap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279955675,"owners_count":26250545,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-19T02:00:07.647Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cft-terraform","operations"],"created_at":"2024-09-28T15:07:38.368Z","updated_at":"2025-10-20T00:33:00.393Z","avatar_url":"https://github.com/GoogleCloudPlatform.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Web Application and API Protection (WAAP) Blueprint\n\nThis repository contains Terraform modules and example configurations to deploy the [Web Application and API Protection (WAAP)](https://cloud.google.com/solutions/web-app-and-api-protection) solution on Google Cloud.\n\n\n## Usage\n\nRefer to the [JuiceShop Example](./examples/juiceshop_example/) for a functional example deployment of the WAAP solution.\n\n\u003c!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK --\u003e\n\n\u003c!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK --\u003e\n\n## Requirements\n\nThese sections describe requirements for using this module.\n\n### Software\n\nThe following dependencies must be available:\n\n- [Terraform][terraform] v0.13\n- [Terraform Provider for GCP][terraform-provider-gcp] plugin v3.53\n\n### Service Account\n\nA service account with the following roles must be used to provision\nthe resources of this module:\n\n- Editor `roles/editor`\n- reCAPTCHA Enterprise Admin: `roles/recaptchaenterprise.admin`\n- Artifact Registry Admin: `roles/artifactregistry.admin`\n\nThe [Project Factory module][project-factory-module] and the\n[IAM module][iam-module] may be used in combination to provision a\nservice account with the necessary roles applied.\n\n### APIs\n\nA project with the following APIs enabled must be used to host the\nresources of this module:\n\n- Apigee API: `apigee.googleapis.com`\n- Artifact Registry API: `artifactregistry.googleapis.com`\n- Cloud Build API: `cloudbuild.googleapis.com`\n- Cloud KMS API: `cloudkms.googleapis.com`\n- Cloud Resource Manager API: `cloudresourcemanager.googleapis.com`\n- Compute API: `compute.googleapis.com`\n- Data Loss Prevention API: `dlp.googleapis.com`\n- Identity and Access Management API: `iam.googleapis.com`\n- Cloud Monitoring API: `monitoring.googleapis.com`\n- reCAPTCHA Enterprise API: `recaptchaenterprise.googleapis.com`\n- Service Networking API: `servicenetworking.googleapis.com`\n- Service Usage API: `serviceusage.googleapis.com`\n\nThe [Project Factory module][project-factory-module] can be used to\nprovision a project with the necessary APIs enabled. See [this example](./test/setup/main.tf) for properly configuring project factory to enable these APIs.\n\n## Contributing\n\nRefer to the [contribution guidelines](./CONTRIBUTING.md) for\ninformation on contributing to this module.\n\n[iam-module]: https://registry.terraform.io/modules/terraform-google-modules/iam/google\n[project-factory-module]: https://registry.terraform.io/modules/terraform-google-modules/project-factory/google\n[terraform-provider-gcp]: https://www.terraform.io/docs/providers/google/index.html\n[terraform]: https://www.terraform.io/downloads.html\n\n## Security Disclosures\n\nPlease see our [security disclosure process](./SECURITY.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgooglecloudplatform%2Fterraform-google-waap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgooglecloudplatform%2Fterraform-google-waap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgooglecloudplatform%2Fterraform-google-waap/lists"}