Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: GoogleCloudPlatform/terraform-genai-doc-summarization
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0a197c2d8d088811894a1c6a7a35dc5881e93a09
Choose a base ref
..
head repository: GoogleCloudPlatform/terraform-genai-doc-summarization
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b041f417284a4e4f440755c7c5e6a8a4a59fd016
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +1 −1 main.tf
  2. +1 −1 test/setup/main.tf
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@

module "project_services" {
source = "terraform-google-modules/project-factory/google//modules/project_services"
version = "~> 14.5"
version = "~> 15.0"
disable_services_on_destroy = var.disable_services_on_destroy

project_id = var.project_id
2 changes: 1 addition & 1 deletion test/setup/main.tf
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@

module "project" {
source = "terraform-google-modules/project-factory/google"
version = "~> 14.5"
version = "~> 15.0"

name = "ci-genai-doc-summary"
random_project_id = "true"