Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get rid of s3 resoure and data source #973

Merged
merged 1 commit into from
Mar 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 0 additions & 52 deletions docs/data-sources/s3_bucket_object.md

This file was deleted.

5 changes: 3 additions & 2 deletions docs/resources/obs_bucket_policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ POLICY
### Policy with S3 format

```hcl
resource "huaweicloud_obs_bucket" "b" {
resource "huaweicloud_obs_bucket" "bucket" {
bucket = "my-test-bucket"
}

Expand Down Expand Up @@ -68,7 +68,8 @@ POLICY

The following arguments are supported:

* `region` - (Optional, String, ForceNew) The region in which to create the OBS bucket policy resource. If omitted, the provider-level region will be used. Changing this creates a new OBS bucket policy resource.
* `region` - (Optional, String, ForceNew) The region in which to create the OBS bucket policy resource.
If omitted, the provider-level region will be used. Changing this creates a new OBS bucket policy resource.

* `bucket` - (Required, String, ForceNew) Specifies the name of the bucket to which to apply the policy.
* `policy` - (Required, String) Specifies the text of the bucket policy in JSON format. For more information about
Expand Down
240 changes: 0 additions & 240 deletions docs/resources/s3_bucket.md

This file was deleted.

83 changes: 0 additions & 83 deletions docs/resources/s3_bucket_object.md

This file was deleted.

Loading