Closed shemau closed 1 year ago
@shemau - The timeout is due to the call being made through the private COS endpoint reaching a private ip (10.x range). I suspect the call would work if issued from a machine having access to the IBM Cloud private backbone (VSI, Schematics).
@shemau I think this can be closed now right?
@shemau Can we close this ticket?
Yes, I think we can close this. The description of the property is not great.
endpoint_type- (Optional, String) The type of the endpoint either public or private or direct to be used for buckets. Default value is public.
This is not really the endpoint type for the bucket, it is endpoint type for the IBM provider to use when managing (creating, updating, deleting) the bucket.
Community Note
Terraform CLI and Terraform IBM Provider Version
Various on different platforms, including:
Affected Resource(s)
Terraform Configuration Files
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
Debug Output
Panic Output
Expected Behavior
Create a COS bucket with private endpoints
Actual Behavior
Failure to contact COS instance
Steps to Reproduce
terraform apply
Important Factoids
Deployment infrastructure is running outside the IBM Cloud account. The COS instance has been created and is available and works for creating COS buckets with public endpoints.
References