Refresh version context in the Azure OpenAI Terraform post #100
Labels
No labels
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
burndown-2026-06
burndown-2026-08
icebox
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
role/ai
role/creator
role/design
role/director
role/engineer
role/exec
role/human
role/ops
role/qa
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilysiren/website#100
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
src/pages/posts/azure-openai-terraform.mdis dated 2023-10-11 and is one of the three posts selected for promotion and syndication. It is the highest-utility reference post in the set and the genre that performs best on dev.to, which means readers will copy the configuration verbatim.A typo pass already landed in
1f36772. This issue covers the version staleness that pass deliberately left alone.Problem
The configuration has aged out of accuracy in at least two places.
required_providersblocks pinazurerm = "~> 3". The 4.x major has been current for some time.azurerm_cognitive_deployment.privatedeploysgpt-35-turboversion0301, which Azure has retired. A reader applying this today gets a deployment failure, not a working prototype.Required outcome
The post stays honest about its vintage without pretending to be a current-day guide. The cheap, high-value fix is a dated-context note at the top rather than a full rewrite against azurerm 4.x.
Acceptance criteria
gpt-35-turbo/0301deployment carries an inline note that the model version is retired and the reader should substitute a current deployment name.ward exec buildandward exec pre-commit-allpass.Non-goals