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

ibm_cos_bucket missing docs and missing s3_endpoint_direct #3436

Closed
2 tasks done
powellquiring opened this issue Dec 14, 2021 · 0 comments · Fixed by #3438
Closed
2 tasks done

ibm_cos_bucket missing docs and missing s3_endpoint_direct #3436

powellquiring opened this issue Dec 14, 2021 · 0 comments · Fixed by #3438
Labels
service/Object Storage Issues related to Cloud Object Storage

Comments

@powellquiring
Copy link

powellquiring commented Dec 14, 2021

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue 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 issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Terraform CLI and Terraform IBM Provider Version

(vpc-flowlogs) demo_tf $ tf version
Terraform v1.0.11
on darwin_amd64
+ provider registry.terraform.io/ibm-cloud/ibm v1.36.0

Affected Resource(s)

https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/resources/cos_bucket

Expected: docs and attributes for s3_endpoint_private, s3_endpoint_public and s3_endpoint_direct
Actual: docs missing for s3_endpoint_private and s3_endpoint_public. Attribute and docs missing for s3_endpoint_direct

Full entry in the terraform.tfstate file:

    {
      "mode": "managed",
      "type": "ibm_cos_bucket",
      "name": "flowlog",
      "provider": "provider[\"registry.terraform.io/ibm-cloud/ibm\"]",
      "instances": [
        {
          "schema_version": 0,
          "attributes": {
            "activity_tracking": [],
            "allowed_ip": null,
            "archive_rule": [],
            "bucket_name": "flowlogdna01-flowlog-001",
            "crn": "crn:v1:bluemix:public:cloud-object-storage:global:a/713c783d9a507a53135fe6793c37cc74:b4a54ea1-b9d8-4082-aee4-11c13663a80e:bucket:flowlogdna01-flowlog-001",
            "cross_region_location": null,
            "endpoint_type": "public",
            "expire_rule": [],
            "force_delete": true,
            "hard_quota": null,
            "id": "crn:v1:bluemix:public:cloud-object-storage:global:a/713c783d9a507a53135fe6793c37cc74:b4a54ea1-b9d8-4082-aee4-11c13663a80e:bucket:flowlogdna01-flowlog-001:meta:rl:us-south:public",
            "key_protect": null,
            "metrics_monitoring": [],
            "object_versioning": [],
            "region_location": "us-south",
            "resource_instance_id": "crn:v1:bluemix:public:cloud-object-storage:global:a/713c783d9a507a53135fe6793c37cc74:b4a54ea1-b9d8-4082-aee4-11c13663a80e::",
            "retention_rule": [],
            "s3_endpoint_private": "s3.private.us-south.cloud-object-storage.appdomain.cloud",
            "s3_endpoint_public": "s3.us-south.cloud-object-storage.appdomain.cloud",
            "single_site_location": null,
            "storage_class": "standard",
            "timeouts": null
          },
          "sensitive_attributes": [],
          "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjozNjAwMDAwMDAwMDAwLCJkZWxldGUiOjYwMDAwMDAwMDAwMCwidXBkYXRlIjoxMjAwMDAwMDAwMDAwfX0=",
          "dependencies": [
            "data.ibm_resource_group.group",
            "ibm_resource_instance.cos"
          ]
        }
      ]
    },
@kavya498 kavya498 added the service/Object Storage Issues related to Cloud Object Storage label Dec 14, 2021
kavya498 added a commit to kavya498/terraform-provider-ibm that referenced this issue Dec 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
service/Object Storage Issues related to Cloud Object Storage
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants