Skip to content

Commit

Permalink
chore: make release-please increment TF deploy versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nielm committed Oct 25, 2024
1 parent 40fdb7e commit dc142c7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false,
"include-component-in-tag": false
"include-component-in-tag": false,
"extra-files": [
"terraform/modules/autoscaler-functions/main.tf",
"terraform/modules/autoscaler-cluster/main.tf"
]
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/autoscaler-cluster/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

terraform {
provider_meta "google" {
module_name = "cloud-solutions/spanner-autoscaler-deploy-gke-v1.0"
module_name = "cloud-solutions/spanner-autoscaler-deploy-gke-v1.0.0" // x-release-please-version
}
}

Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/autoscaler-functions/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

terraform {
provider_meta "google" {
module_name = "cloud-solutions/spanner-autoscaler-deploy-cf-v1.0"
module_name = "cloud-solutions/spanner-autoscaler-deploy-cf-v1.0.0" // x-release-please-version
}
}

Expand Down

0 comments on commit dc142c7

Please sign in to comment.