File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ The format is based on
77and this project adheres to
88[ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
99
10+ ## [ 1.4.0] ( https://www.github.com/terraform-google-modules/terraform-google-bootstrap/compare/v1.3.4...v1.4.0 ) (2020-10-14)
11+
12+
13+ ### Features
14+
15+ * Replaces deprecated bucket_policy_only for uniform_bucket_level_access ([ #63 ] ( https://www.github.com/terraform-google-modules/terraform-google-bootstrap/issues/63 ) ) ([ a1ef992] ( https://www.github.com/terraform-google-modules/terraform-google-bootstrap/commit/a1ef9924a325331539bdb9eedbb8007d0b35be80 ) )
16+
1017### [ 1.3.4] ( https://www.github.com/terraform-google-modules/terraform-google-bootstrap/compare/v1.3.3...v1.3.4 ) (2020-09-17)
1118
1219
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Basic usage of this module is as follows:
99``` hcl
1010module "bootstrap" {
1111 source = "terraform-google-modules/bootstrap/google"
12- version = "~> 1.3 "
12+ version = "~> 1.4 "
1313
1414 org_id = "<ORGANIZATION_ID>"
1515 billing_account = "<BILLING_ACCOUNT_ID>"
You can’t perform that action at this time.
0 commit comments