Skip to content

Update Terraform post to delete blank spaces in front-matter #1228

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 7 additions & 10 deletions blog/2025-06/terraform-provider-release/index.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
---
title: "V1.0 release of the Octopus Deploy Terraform Provider"
title: "V1.0 release of the Octopus Deploy Terraform Provider"
description: "Find out all the changes we made for the V1.0 release of the Terraform Provider."
author: [email protected]
visibility: public
published: 2025-06-04-1400
author: [email protected]
visibility: public
published: 2025-06-04-1400
metaImage: img-terraform-provider-2025.png
bannerImage: img-terraform-provider-2025.png
bannerImageAlt: Terraform branded crane lifting an Octopus branded box.
isFeatured: false
tags:
- Product
tags:
- Product
- Terraform
- Configuration as Code
- Configuration as Code
---

The Octopus Deploy Terraform Provider has officially reached version 1.0. This release introduces expanded capabilities, fixes long-standing bugs, and provides improved documentation.
Expand All @@ -26,7 +26,6 @@ Version 1.0 brings substantial improvements to managing Octopus Deploy resources

For a better user experience, we updated the [documentation] (https://registry.terraform.io/providers/OctopusDeploy/octopusdeploy/latest/docs) to include detailed examples and best practices for using the Terraform Provider effectively. We outlined 5 key scenarios to guide you. The documentation found at [the Terraform registry](https://registry.terraform.io/providers/OctopusDeploy/octopusdeploy/latest/docs) now also has examples for all data sources and resources.


## Bug fixes and improvements

We resolved several long-standing bugs in this release. This improves the Provider and ensures a more stable and reliable experience.
Expand All @@ -39,12 +38,10 @@ We resolved several long-standing bugs in this release. This improves the Provid

As this is a major version release, some breaking changes may require updates to existing configurations. To help with this transition, we have a [comprehensive migration guide](https://registry.terraform.io/providers/OctopusDeploy/octopusdeploy/latest/docs). Please review it carefully before upgrading your environments.


### Provider migrated to Octopus Deploy repository

The Terraform Provider has always lived in our OctopusDeployLabs repository, which signalled that it was an experimental integration. We decided to move it to our [official repository](https://github.com/octopusdeploy), elevating it as a core integration.


## Version-controlled projects and the Terraform Provider

We observed customers using Terraform and version control together to manage their projects and runbooks. While they're both powerful tools, combining them led to unexpected behaviours that can break instances.
Expand Down