File tree 3 files changed +13
-3
lines changed
3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 7
7
pull_request :
8
8
9
9
concurrency :
10
- group : main
10
+ group : terraform-google-storage-bucket-iam
11
11
cancel-in-progress : false
12
12
13
13
jobs :
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.0.2]
11
+
12
+ ### Added
13
+
14
+ - Support for provider 4.x
15
+
10
16
## [ 0.0.1]
11
17
12
18
### Added
@@ -15,7 +21,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
21
16
22
<!-- markdown-link-check-disable -->
17
23
18
- [ unreleased ] : https://github.com/mineiros-io/terraform-google-storage-bucket-iam/compare/v0.0.1...HEAD
24
+ [ unreleased ] : https://github.com/mineiros-io/terraform-google-storage-bucket-iam/compare/v0.0.2...HEAD
25
+ [ 0.0.2 ] : https://github.com/mineiros-io/terraform-google-storage-bucket-iam/compare/v0.0.1...v0.0.2
19
26
[ 0.0.1 ] : https://github.com/mineiros-io/terraform-google-storage-bucket-iam/releases/tag/v0.0.1
20
27
21
28
<!-- markdown-link-check-disabled -->
Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ terraform {
2
2
required_version = " >= 0.14, < 2.0"
3
3
4
4
required_providers {
5
- google = " ~> 3.59"
5
+ google = {
6
+ source = " hashicorp/google"
7
+ version = " >= 3.59, < 5.0"
8
+ }
6
9
}
7
10
}
You can’t perform that action at this time.
0 commit comments