Skip to content

Issues with ibm_app_config_integration_en #6585

@ocofaigh

Description

@ocofaigh

Few issues that need to be fixed:

  1. Intermittently get 500 error
  2. Badly formatted error message
  3. 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

See https://github.com/terraform-ibm-modules/terraform-ibm-app-configuration/blob/6e27a6a4438f83559976101ffdb50b33e526ac7c/main.tf#L356

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

  1. terraform apply

Important Factoids

References

  • #0000

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions