Skip to content

Commit 22ec304

Browse files
update
1 parent 6afba72 commit 22ec304

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ Following semver, any non backwards compatible feature implies that the next rel
2626

2727
### Changed
2828

29-
- FEAT (refs platform/board#4025): add `vulnerability_scanning_config` block
29+
**:warning: BREAKING CHANGES**
30+
31+
- FEAT (refs platform/board#4025): add `vulnerability_scanning_config` block. This configuration require `hashicorp/google` provider to `>= 6.15.0` versione ([CHANGELOG](https://github.com/hashicorp/terraform-provider-google/blob/main/CHANGELOG.md#6150-january-6-2025))
3032

3133
## [0.11.1] - 2025-11-07
3234

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
google = {
66
source = "hashicorp/google"
7-
version = ">= 5.26.0"
7+
version = ">= 6.15.0"
88
}
99
}
1010
}

0 commit comments

Comments
 (0)