Skip to content

Commit

Permalink
chore(master): release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored May 30, 2024
1 parent c6d1c29 commit b8fcd1c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ The format is based on
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.0.0](https://github.com/terraform-google-modules/terraform-google-sap/compare/v1.1.2...v2.0.0) (2024-05-30)


### ⚠ BREAKING CHANGES

* Latest SOT sync of NW, HANA, and S4 templates. ([#140](https://github.com/terraform-google-modules/terraform-google-sap/issues/140))

### Features

* Latest SOT sync of NW, HANA, and S4 templates. ([#140](https://github.com/terraform-google-modules/terraform-google-sap/issues/140)) ([d103087](https://github.com/terraform-google-modules/terraform-google-sap/commit/d103087e138e4d213ebedc9f16042ca028826d01))


### Bug Fixes

* **deps:** Update Terraform validation to v1.1.1 ([#143](https://github.com/terraform-google-modules/terraform-google-sap/issues/143)) ([ab274a2](https://github.com/terraform-google-modules/terraform-google-sap/commit/ab274a294136f7e6c29e4ceda5d00ccb86ae95e1))

## [1.1.2](https://github.com/terraform-google-modules/terraform-google-sap/compare/v1.1.1...v1.1.2) (2024-04-11)


Expand Down
2 changes: 1 addition & 1 deletion modules/s4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Basic usage of this module is as follows:
```hcl
module "sap_s4" {
source = "terraform-google-modules/sap/google//modules/s4"
version = "~> 1.2"
version = "~> 2.0"
gcp_project_id = "PROJECT_ID" # example: my-project-x
deployment_name = "DEPLOYMENT_NAME" # example: my-deployment
Expand Down
2 changes: 1 addition & 1 deletion modules/s4_ha/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Basic usage of this module is as follows:
```hcl
module "s4_ha" {
source = "terraform-google-modules/sap/google//modules/s4_ha"
version = "~> 1.2"
version = "~> 2.0"
gcp_project_id = "PROJECT_ID" # example: my-project-x
deployment_name = "DEPLOYMENT_NAME" # example: my-deployment
Expand Down

0 comments on commit b8fcd1c

Please sign in to comment.