Created
December 13, 2022 23:24
-
-
Save alaminopu/f06c1c8638d84a14d9c67dd5f8582116 to your computer and use it in GitHub Desktop.
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
| bitbucket_pipeline_schedule.scan_ecr_images: Creating... | |
| 2022-12-14T00:18:24.285+0100 [INFO] Starting apply for bitbucket_pipeline_schedule.scan_ecr_images | |
| 2022-12-14T00:18:24.285+0100 [DEBUG] bitbucket_pipeline_schedule.scan_ecr_images: applying the planned Create change | |
| 2022-12-14T00:18:24.286+0100 [INFO] provider.terraform-provider-bitbucket_v2.24.0: 2022/12/14 00:18:24 [DEBUG] Pipeline Schedule Request: &bitbucket.PipelineSchedule{Type_:"", Uuid:"", Enabled:true, Target:(*bitbucket.PipelineRefTarget)(0x140002da780), CronPattern:"0 0 * * *", CreatedOn:<nil>, UpdatedOn:<nil>}: timestamp=2022-12-14T00:18:24.286+0100 | |
| 2022-12-14T00:18:24.843+0100 [ERROR] provider.terraform-provider-bitbucket_v2.24.0: Response contains error diagnostic: diagnostic_summary="error creating pipeline schedule: 404 Not Found" tf_proto_version=5.3 @caller=github.com/hashicorp/[email protected]/tfprotov5/internal/diag/diagnostics.go:55 @module=sdk.proto diagnostic_detail= tf_rpc=ApplyResourceChange diagnostic_severity=ERROR tf_provider_addr=DrFaust92/bitbucket tf_req_id=048f8c50-a5e3-cd32-29ad-a3f3ac60cb41 tf_resource_type=bitbucket_pipeline_schedule timestamp=2022-12-14T00:18:24.843+0100 | |
| 2022-12-14T00:18:24.851+0100 [ERROR] vertex "bitbucket_pipeline_schedule.scan_ecr_images" error: error creating pipeline schedule: 404 Not Found | |
| ╷ | |
| │ 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: error creating pipeline schedule: 404 Not Found | |
| │ | |
| │ with bitbucket_pipeline_schedule.scan_ecr_images, | |
| │ on deployment.tf line 51, in resource "bitbucket_pipeline_schedule" "scan_ecr_images": | |
| │ 51: resource "bitbucket_pipeline_schedule" "scan_ecr_images" { | |
| │ | |
| ╵ | |
| 2022-12-14T00:18:24.869+0100 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" | |
| 2022-12-14T00:18:24.870+0100 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/drfaust92/bitbucket/2.24.0/darwin_arm64/terraform-provider-bitbucket_v2.24.0 pid=7727 | |
| 2022-12-14T00:18:24.870+0100 [DEBUG] provider: plugin exited |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment