Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhu36 committed Aug 29, 2021
1 parent fbd2967 commit aa112bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
## 1.5.0 (August 29, 2021)

IMPROVEMENTS:
- update readme [GH-10](https://github.com/terraform-alicloud-modules/terraform-alicloud-oss-bucket/pull/10)
- add note to deprecate the region [GH-9](https://github.com/terraform-alicloud-modules/terraform-alicloud-oss-bucket/pull/9)
- Removes the provider setting and improves the readme [GH-8](https://github.com/terraform-alicloud-modules/terraform-alicloud-oss-bucket/pull/8)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ module "oss-bucket" {
}
```

and then run `terraform apply` to make the defined provider effect to the existing module state.
and then run `terraform init` and `terraform apply` to make the defined provider effect to the existing module state.

More details see [How to use provider in the module](https://www.terraform.io/docs/language/modules/develop/providers.html#passing-providers-explicitly)

Expand Down

0 comments on commit aa112bc

Please sign in to comment.