terraform-provider-ibm icon indicating copy to clipboard operation
terraform-provider-ibm copied to clipboard

Add functionality to work with code-engine functions

Open akocbek opened this issue 11 months ago • 0 comments

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 funtions. Currently, IBM provider doesn't have terraform resource to create/update/delete functions.

New or Affected Resource(s)

  • ibm_code_engine_project

Potential Terraform Configuration

resource "ibm_code_engine_function" "ce_function" {
  project_id = var.project_id
  name       = var.name
 ...
}

References

  • #0000

akocbek avatar Mar 22 '24 10:03 akocbek