-
Notifications
You must be signed in to change notification settings - Fork 713
Open
Labels
service/App ConfigurationIssues related to App ConfigurationIssues related to App Configuration
Description
Few issues that need to be fixed:
- Intermittently get 500 error
- Badly formatted error message
- can a retry be added?
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
provider version 1.85.0
Affected Resource(s)
- ibm_app_config_integration_en
Terraform Configuration Files
Debug Output
2025/12/08 14:42:08 Terraform apply | ---
2025/12/08 14:42:08 Terraform apply | id: terraform-99b1a0c1
2025/12/08 14:42:08 Terraform apply | summary: |
2025/12/08 14:42:08 Terraform apply | [ERROR] Create EN integration failed Internal server error. Event notifications source could not be 'create'd.
2025/12/08 14:42:08 Terraform apply | {
2025/12/08 14:42:08 Terraform apply | "StatusCode": 500,
2025/12/08 14:42:08 Terraform apply | "Headers": {
2025/12/08 14:42:08 Terraform apply | "Cache-Control": [
2025/12/08 14:42:08 Terraform apply | "no-store"
2025/12/08 14:42:08 Terraform apply | ],
2025/12/08 14:42:08 Terraform apply | "Cf-Cache-Status": [
2025/12/08 14:42:08 Terraform apply | "DYNAMIC"
2025/12/08 14:42:08 Terraform apply | ],
2025/12/08 14:42:08 Terraform apply | "Cf-Ray": [
2025/12/08 14:42:08 Terraform apply | "9aad07110e104864-DFW"
2025/12/08 14:42:08 Terraform apply | ],
2025/12/08 14:42:08 Terraform apply | "Content-Language": [
2025/12/08 14:42:08 Terraform apply | "en-US"
2025/12/08 14:42:08 Terraform apply | ],
2025/12/08 14:42:08 Terraform apply | "Content-Length": [
2025/12/08 14:42:08 Terraform apply | "106"
2025/12/08 14:42:08 Terraform apply | ],
2025/12/08 14:42:08 Terraform apply | "Content-Type": [
2025/12/08 14:42:08 Terraform apply | "application/json; charset=utf-8"
2025/12/08 14:42:08 Terraform apply | ],
2025/12/08 14:42:08 Terraform apply | "Date": [
2025/12/08 14:42:08 Terraform apply | "Mon, 08 Dec 2025 14:42:08 GMT"
2025/12/08 14:42:08 Terraform apply | ],
2025/12/08 14:42:08 Terraform apply | "Server": [
2025/12/08 14:42:08 Terraform apply | "cloudflare"
2025/12/08 14:42:08 Terraform apply | ],
2025/12/08 14:42:08 Terraform apply | "Strict-Transport-Security": [
2025/12/08 14:42:08 Terraform apply | "max-age=31536000; includeSubDomains"
2025/12/08 14:42:08 Terraform apply | ],
2025/12/08 14:42:08 Terraform apply | "X-Envoy-Upstream-Service-Time": [
2025/12/08 14:42:08 Terraform apply | "285"
2025/12/08 14:42:08 Terraform apply | ],
2025/12/08 14:42:08 Terraform apply | "X-Powered-By": [
2025/12/08 14:42:08 Terraform apply | "Servlet/4.0"
2025/12/08 14:42:08 Terraform apply | ]
2025/12/08 14:42:08 Terraform apply | },
2025/12/08 14:42:08 Terraform apply | "Result": {
2025/12/08 14:42:08 Terraform apply | "code": "FTEC1023E",
2025/12/08 14:42:08 Terraform apply | "message": "Internal server error. Event notifications source could not be 'create'd."
2025/12/08 14:42:08 Terraform apply | },
2025/12/08 14:42:08 Terraform apply | "RawResult": null
2025/12/08 14:42:08 Terraform apply | }
2025/12/08 14:42:08 Terraform apply | severity: error
2025/12/08 14:42:08 Terraform apply | resource: ibm_app_config_integration_en
2025/12/08 14:42:08 Terraform apply | operation: create
2025/12/08 14:42:08 Terraform apply | component:
2025/12/08 14:42:08 Terraform apply | name: github.com/IBM-Cloud/terraform-provider-ibm
2025/12/08 14:42:08 Terraform apply | version: 1.85.0
2025/12/08 14:42:08 Terraform apply | ---
Panic Output
Expected Behavior
No error and if it does error, a better human readable error message
Actual Behavior
See above output
Steps to Reproduce
terraform apply
Important Factoids
References
- #0000
Metadata
Metadata
Assignees
Labels
service/App ConfigurationIssues related to App ConfigurationIssues related to App Configuration