Add functionality to work with code-engine subscriptions
akocbek opened this issue ยท 0 comments
akocbek commented
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
Description
Code engine supports subscriptions. Currently, IBM provider doesn't have terraform resource to create/update/delete subscriptions.
New or Affected Resource(s)
- ibm_code_engine_project
Potential Terraform Configuration
resource "ibm_code_engine_subscription" "ce_subscription" {
project_id = var.project_id
name = var.name
...
}
References
- #0000