File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.1.1]
11
+
10
12
### Added
11
13
12
14
- Add support for ` condition `
@@ -40,7 +42,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
40
42
41
43
- Initial Implementation
42
44
43
- [ unreleased ] : https://github.com/mineiros-io/terraform-google-storage-bucket-iam/compare/v0.1.0...HEAD
45
+ [ unreleased ] : https://github.com/mineiros-io/terraform-google-storage-bucket-iam/compare/v0.1.1...HEAD
46
+ [ 0.1.1 ] : https://github.com/mineiros-io/terraform-google-storage-bucket-iam/compare/v0.1.0...v0.1.1
44
47
[ 0.1.0 ] : https://github.com/mineiros-io/terraform-google-storage-bucket-iam/compare/v0.0.3...v0.1.0
45
48
[ 0.0.3 ] : https://github.com/mineiros-io/terraform-google-storage-bucket-iam/compare/v0.0.2...v0.0.3
46
49
[ 0.0.2 ] : https://github.com/mineiros-io/terraform-google-storage-bucket-iam/compare/v0.0.1...v0.0.2
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ Most basic usage just setting required arguments:
50
50
51
51
``` hcl
52
52
module "terraform-google-storage-bucket-iam" {
53
- source = "github.com/mineiros-io/terraform-google-storage-bucket-iam?ref=v0.1.0 "
53
+ source = "github.com/mineiros-io/terraform-google-storage-bucket-iam?ref=v0.1.1 "
54
54
55
55
bucket = "my-bucket"
56
56
role = "roles/storage.admin"
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ section {
65
65
66
66
```hcl
67
67
module "terraform-google-storage-bucket-iam" {
68
- source = "github.com/mineiros-io/terraform-google-storage-bucket-iam?ref=v0.1.0 "
68
+ source = "github.com/mineiros-io/terraform-google-storage-bucket-iam?ref=v0.1.1 "
69
69
70
70
bucket = "my-bucket"
71
71
role = "roles/storage.admin"
You can’t perform that action at this time.
0 commit comments