26 May 2026 - Seigo TANAKA
JICUG / Building Apps with IBM Bob - posfie
.tf files → terraform init (setup) → terraform plan (preview) → terraform apply (deploy) → terraform destroy (remove).bobide command.ispec init to set up the project, choosing IBM Bob as the AI assistant.ispec command to define the spec interactively, then ispec plan to generate a detailed design.terraform init → terraform plan (preview) → terraform apply (deploy) → terraform destroy (remove).ispec init (define the spec) → ispec plan (detailed technical design) → working with IBM Bob to build the configuration files, with auto-approval turned off so he could check each step.