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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this
project adheres to [Semantic Versioning](http://semver.org/).

## [4.4.0](https://github.com/terraform-google-modules/terraform-google-address/compare/v4.3.0...v4.4.0) (2025-12-18)


### Features

* **output types:** Change output types to list of strings ([#169](https://github.com/terraform-google-modules/terraform-google-address/issues/169)) ([bb3574b](https://github.com/terraform-google-modules/terraform-google-address/commit/bb3574b516870052d5ec0bd8525c3c3081a88bf2))
* **testing:** Update Makefile and sync the code ([#168](https://github.com/terraform-google-modules/terraform-google-address/issues/168)) ([c1a0bc3](https://github.com/terraform-google-modules/terraform-google-address/commit/c1a0bc3cf3df22650e26227fbd94cf36e1c64bc3))

## [4.3.0](https://github.com/terraform-google-modules/terraform-google-address/compare/v4.2.0...v4.3.0) (2025-11-24)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ following example:
```hcl
module "address-fe" {
source = "terraform-google-modules/address/google"
version = "~> 4.3"
version = "~> 4.4"

project_id = "gcp-network"
region = "us-west1"
Expand Down
2 changes: 1 addition & 1 deletion metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
source:
repo: https://github.com/terraform-google-modules/terraform-google-address.git
sourceType: git
version: 4.3.0
version: 4.4.0
actuationTool:
flavor: Terraform
version: ">= 0.13"
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-address/v4.3.0"
module_name = "blueprints/terraform/terraform-google-address/v4.4.0"
}

}
Loading