Skip to content

Terraform New Feature Development Process

SunithaGudisagar edited this page Sep 3, 2024 · 7 revisions

API Spec:

  • clone https://github.ibm.com/riaas/api-spec and move your feature below maturity ga block,
  • run command ./build/node_modules/.bin/build-vpc-spec -x public ./spec "" --feature <YOUR FEATURE NAME> -o openapi.yaml
  • now the spec is ready

Generating SDK:

Terraform Development:

Release feature:

Clone this wiki locally