Created
November 19, 2021 20:41
-
-
Save jstaf/28da4cc93e8d4d715dca5f5efe2fa76d to your computer and use it in GitHub Desktop.
IBM Terraform provider COS fail
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2021-11-19T15:39:17.879-0500 [DEBUG] Starting graph walk: walkApply | |
2021-11-19T15:39:17.879-0500 [DEBUG] created provider logger: level=debug | |
2021-11-19T15:39:17.880-0500 [INFO] provider: configuring client automatic mTLS | |
2021-11-19T15:39:17.912-0500 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/ibm-cloud/ibm/1.36.0/darwin_amd64/terraform-provider-ibm_v1.36.0 args=[.terraform/providers/registry.terraform.io/ibm-cloud/ibm/1.36.0/darwin_amd64/terraform-provider-ibm_v1.36.0] | |
2021-11-19T15:39:17.916-0500 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/ibm-cloud/ibm/1.36.0/darwin_amd64/terraform-provider-ibm_v1.36.0 pid=15705 | |
2021-11-19T15:39:17.916-0500 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/ibm-cloud/ibm/1.36.0/darwin_amd64/terraform-provider-ibm_v1.36.0 | |
2021-11-19T15:39:17.940-0500 [DEBUG] provider.terraform-provider-ibm_v1.36.0: 2021/11/19 15:39:17 IBM Cloud Provider version 1.36.0 | |
2021-11-19T15:39:17.948-0500 [INFO] provider.terraform-provider-ibm_v1.36.0: configuring server automatic mTLS: timestamp=2021-11-19T15:39:17.948-0500 | |
2021-11-19T15:39:17.981-0500 [DEBUG] provider: using plugin: version=5 | |
2021-11-19T15:39:17.981-0500 [DEBUG] provider.terraform-provider-ibm_v1.36.0: plugin address: address=/var/folders/fy/t6sydr3j5yd_2jlf45prk475vv8v7s/T/plugin277995588 network=unix timestamp=2021-11-19T15:39:17.981-0500 | |
2021-11-19T15:39:18.098-0500 [WARN] ValidateProviderConfig from "provider[\"registry.terraform.io/ibm-cloud/ibm\"]" changed the config value, but that value is unused | |
2021-11-19T15:39:18.098-0500 [INFO] provider.terraform-provider-ibm_v1.36.0: 2021/11/19 15:39:18 Configuring SoftLayer Session with API key: timestamp=2021-11-19T15:39:18.098-0500 | |
2021-11-19T15:39:18.098-0500 [INFO] provider.terraform-provider-ibm_v1.36.0: 2021/11/19 15:39:18 Configuring IBM Cloud Session with API key: timestamp=2021-11-19T15:39:18.098-0500 | |
2021-11-19T15:39:18.098-0500 [INFO] provider.terraform-provider-ibm_v1.36.0: 2021/11/19 15:39:18 [INFO] Configured Region: us-south: timestamp=2021-11-19T15:39:18.098-0500 | |
2021-11-19T15:39:18.696-0500 [WARN] Provider "registry.terraform.io/ibm-cloud/ibm" produced an invalid plan for module.dev_siq_knowledge_base_storage.module.bucket.ibm_cos_bucket.rl_bucket[0], but we are tolerating it because it is using the legacy plugin SDK. | |
The following problems may be the cause of any confusing errors from downstream operations: | |
- .force_delete: planned value cty.True for a non-computed attribute | |
- .endpoint_type: planned value cty.StringVal("public") for a non-computed attribute | |
module.dev_siq_knowledge_base_storage.module.bucket.ibm_cos_bucket.rl_bucket[0]: Creating... | |
2021-11-19T15:39:18.696-0500 [INFO] Starting apply for module.dev_siq_knowledge_base_storage.module.bucket.ibm_cos_bucket.rl_bucket[0] | |
2021-11-19T15:39:18.696-0500 [DEBUG] module.dev_siq_knowledge_base_storage.module.bucket.ibm_cos_bucket.rl_bucket[0]: applying the planned Create change | |
╷ | |
│ Warning: Applied changes may be incomplete | |
│ | |
│ The plan was created with the -target option in effect, so some changes requested in the configuration may have been ignored | |
│ and the output values may not be fully updated. Run the following command to verify that no other changes are pending: | |
│ terraform plan | |
│ | |
│ Note that the -target option is not suitable for routine use, and is provided only for exceptional situations such as | |
│ recovering from errors or mistakes, or when Terraform specifically suggests to use it as part of an error message. | |
╵ | |
╷ | |
│ Error: AccessDenied: Anonymous bucket creation not allowed. | |
│ status code: 403, request id: 01f648ff-103b-4ed8-9d9a-269729e4ff38, host id: | |
│ | |
│ with module.dev_siq_knowledge_base_storage.module.bucket.ibm_cos_bucket.rl_bucket[0], | |
│ on .terraform/modules/dev_siq_knowledge_base_storage/modules/cos_bucket/main.tf line 26, in resource "ibm_cos_bucket" "rl_bucket": | |
│ 26: resource "ibm_cos_bucket" "rl_bucket" { | |
│ | |
╵ | |
2021-11-19T15:39:20.717-0500 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing" | |
2021-11-19T15:39:20.720-0500 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/ibm-cloud/ibm/1.36.0/darwin_amd64/terraform-provider-ibm_v1.36.0 pid=15705 | |
2021-11-19T15:39:20.720-0500 [DEBUG] provider: plugin exited |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment