Please vote on this pull request by adding a 👍 reaction to the original pull request comment 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 pull request followers and do not help prioritize the request
Relates OR Closes a bug that was reported through the customer product support.
Output from acceptance testing:
$ make testacc TESTARGS='-run=TestAccIbmCodeEngineAppBasic'
...
=== RUN TestAccIbmCodeEngineAppBasic
--- PASS: TestAccIbmCodeEngineAppBasic (152.98s)
PASS
ok github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/codeengine 161.841s
...
$ make testacc TESTARGS='-run=TestAccIbmCodeEngineAppExtended'
...
=== RUN TestAccIbmCodeEngineAppExtended
--- PASS: TestAccIbmCodeEngineAppExtended (156.58s)
PASS
ok github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/codeengine 165.746s
...
$ make testacc TESTARGS='-run=TestAccIbmCodeEngineAppDataSourceBasic'
...
=== RUN TestAccIbmCodeEngineAppDataSourceBasic
--- PASS: TestAccIbmCodeEngineAppDataSourceBasic (77.75s)
PASS
ok github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/codeengine 86.017s
...
$ make testacc TESTARGS='-run=TestAccIbmCodeEngineAppDataSourceExtended'
...
=== RUN TestAccIbmCodeEngineAppDataSourceExtended
--- PASS: TestAccIbmCodeEngineAppDataSourceExtended (79.72s)
PASS
ok github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/codeengine 87.443s
...
Community Note
Relates OR Closes a bug that was reported through the customer product support.
Output from acceptance testing: