Releases: mkdev-me/terraform-provider-openai
Releases · mkdev-me/terraform-provider-openai
v1.2.0
v1.2.0-rc.1
Changelog
- 567916b: Bump actions/checkout from 4 to 5 (#25) (@dependabot[bot])
- f74ae45: Bump actions/checkout from 5 to 6 (#42) (@dependabot[bot])
- eff13f9: Bump actions/setup-go from 5 to 6 (#28) (@dependabot[bot])
- 5919590: Bump github.com/hashicorp/terraform-plugin-log from 0.9.0 to 0.10.0 (#41) (@dependabot[bot])
- dbd6362: Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.36.1 to 2.38.1 (#31) (@dependabot[bot])
- 865383f: Bump golangci/golangci-lint-action from 8 to 9 (#40) (@dependabot[bot])
- 2cc4322: Fix breaking APIs (#45) (@Fodoj)
- 45157c6: Version bump (#47) (@Fodoj)
v1.1.2
v1.1.1
v1.1.0
Changelog
- 8f10808: Allow updating and deleting Organization Users (#19) (@Fodoj)
- 2f38c3d: Enable timeout configuration (#21) (@Fodoj)
- de6f393: Refresh code samples (#15) (@Fodoj)
- 91a19f7: Release 1.0.3 (#16) (@Fodoj)
- 64176c2: Release v1.1.0 (#22) (@Fodoj)
- 247a390: Simplify import scripts (#18) (@Fodoj)
- eaaa748: Update examples script (#17) (@Fodoj)
v1.0.3
v1.0.2
v1.0.1
v1.0.0
🎉 Terraform Provider for OpenAI v1.0.0
The first official release of the Terraform Provider for OpenAI is here!
Manage your OpenAI resources with Infrastructure as Code. This provider brings declarative configuration to OpenAI's API,
enabling teams to version control, review, and automate their AI infrastructure.
✨ Features
- Complete Resource Coverage: Chat completions, embeddings, fine-tuning jobs, files, images, audio operations, and
organization management - Dual API Key Support: Seamlessly switch between project and admin API keys based on resource requirements
- Data Sources: Read and reference existing OpenAI resources in your Terraform configurations
- Comprehensive Examples: Ready-to-use examples for every resource type
- Reusable Modules: Pre-built modules for common OpenAI workflows
🚀 Getting Started
terraform {
required_providers {
openai = {
source = "mkdev-me/openai"
version = "~> 1.0"
}
}
}
provider "openai" {
api_key = var.openai_api_key
}
📚 Resources Available
- Chat Completions
- Embeddings
- Fine-tuning Jobs
- File Management
- Image Generation
- Audio Transcription/Translation
- Organization & Project Management
- User & Service Account Management
Full documentation: https://registry.terraform.io/providers/mkdev-me/openai/latest