Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"3.2.0"}
{".":"3.3.0"}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ To find out how to bootstrap a project, check out the dedicated
```hcl
module "projectcfg" {
source = "metro-digital/cf-projectcfg/google"
version = "~> 3.2"
version = "~> 3.3"

project_id = "cf-example-project"
}
Expand Down
2 changes: 1 addition & 1 deletion bootstrap/terraform/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@ locals {
# operator, the do not want to include the patch version. So we build it here with some helper variables and
# pass it into the template
module_major_version = 3 # x-release-please-major
module_minor_version = 2 # x-release-please-minor
module_minor_version = 3 # x-release-please-minor
module_version = "${local.module_major_version}.${local.module_minor_version}"
}
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.3.0](https://github.com/metro-digital/terraform-google-cf-projectcfg/compare/v3.2.0...v3.3.0) (2025-09-05)


### Features

* add google_project data source to module output ([29734c8](https://github.com/metro-digital/terraform-google-cf-projectcfg/commit/29734c81681762f97cc4a025dd96305e0a408882))

## [3.2.0](https://github.com/metro-digital/terraform-google-cf-projectcfg/compare/v3.1.1...v3.2.0) (2025-05-14)


Expand Down
4 changes: 2 additions & 2 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ terraform {
required_version = ">= 1.10"

provider_meta "google" {
module_name = "metro/cf/projectcfg/v3.2.0"
module_name = "metro/cf/projectcfg/v3.3.0"
}

provider_meta "google-beta" {
module_name = "metro/cf/projectcfg/v3.2.0"
module_name = "metro/cf/projectcfg/v3.3.0"
}
}