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

Support direct endpoints for cos_bucket #3252

Merged
merged 1 commit into from
Oct 26, 2021
Merged

Conversation

kavya498
Copy link
Collaborator

Community Note

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for pull request followers and do not help prioritize the request

Relates OR Closes #3230

Output from acceptance testing:

=== RUN   TestAccIBMCosBucket_Basic
--- PASS: TestAccIBMCosBucket_Basic (100.73s)
=== RUN   TestAccIBMCosBucket_ActivityTracker_Monitor
--- PASS: TestAccIBMCosBucket_ActivityTracker_Monitor (99.11s)
=== RUN   TestAccIBMCosBucket_Retention
--- PASS: TestAccIBMCosBucket_Retention (67.45s)
=== RUN   TestAccIBMCosBucket_Object_Versioning
--- PASS: TestAccIBMCosBucket_Object_Versioning (57.64s)
=== RUN   TestAccIBMCosBucket_Hard_Quota
--- PASS: TestAccIBMCosBucket_Hard_Quota (63.92s)
=== RUN   TestAccIBMCosBucket_Smart_Type
--- PASS: TestAccIBMCosBucket_Smart_Type (96.51s)
=== RUN   TestAccIBMCosBucket_import
--- PASS: TestAccIBMCosBucket_import (76.97s)

...
resource "ibm_cos_bucket" "standard-ams03" {
  bucket_name          = "kavya1234ndard-bucket-at-ams"
  resource_instance_id = ibm_resource_instance.cos_instance.id
  single_site_location = "ams03"
  storage_class        = "standard"
  endpoint_type = "direct"
}
ibm_cos_bucket.standard-ams03: Creating...
ibm_cos_bucket.standard-ams03: Creation complete after 8s [id=crn:v1:bluemix:public:cloud-object-storage:global:a/4448261269a14562b839e0a3019ed980:0652d66d-503e-404a-9d9c-973bb5137d2f:bucket:kavya1234ndard-bucket-at-ams:meta:ssl:ams03:direct]

Apply complete! Resources: 1 added, 0 changed, 0 destroyed.

@hkantare hkantare merged commit 76bf5ee into IBM-Cloud:master Oct 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add direct endpoint to ibm_cos_bucket output
2 participants