Skip to content
Merged
Show file tree
Hide file tree
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
91 changes: 91 additions & 0 deletions blog/2026-09-21-terraform-provider-0.7.0/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
---
layout: post
title: Apache CloudStack Terraform Provider 0.7.0 Release
tags: [announcement]
authors: [suresh]
slug: terraform-provider-0.7.0-release
---

[![](ACS-terraform-0.7.0.png "Apache CloudStack Terraform Provider 0.7.0 Release")](/blog/terraform-provider-0.7.0-release)

# Apache CloudStack Terraform Provider v0.7.0

The Apache CloudStack project is pleased to announce the release of CloudStack Terraform Provider v0.7.0.

Terraform is an open-source infrastructure-as-code software tool that provides a consistent CLI workflow for managing resources across multiple public/private clouds.

Apache CloudStack Terraform Provider v0.7.0 comes packed with several new features, enhancements, and bug fixes to make it even more robust and reliable.
Some of the highlights include:

<!-- truncate -->

- Added support for GPU - gpu_card and vgpu_profile data sources, and GPU on service offerings

- Added support for VPC offerings, with internet protocol and routing mode

- Added support for VPC internal load balancers

- Added support for role permissions (cloudstack_role_permission resource)

- Added support for Kubernetes cluster config data source

- Added support for security groups data source

- Added support for IPv6 in the cloudstack_network resource

- Added support for SystemVM offerings

- Added support for declarative storage network IP ranges

- Added support for delete protection on instances and disks

- Added support for Terraform import of several CloudStack resources

- Added support for requesting a specific IP address in cloudstack_ipaddress

- Added support for dest_cidr_list in egress firewall rules, and nexthop in static routes

- Added support for VR address on networks, and bypass_vlan_check / bypass_vlan_overlap_check parameters

- Added support for the "all" protocol option in security group rules, and optional CIDR for L2 networks

- Improved disk offering resource and data source

- Improved network offering update and read operations

- Improved Network ACL rules and private gateway ACL handling

- Improved pod and cluster data source filtering

- Deprecated the cloudstack_service_offering resource, replaced by cloudstack_service_offering_constrained, cloudstack_service_offering_unconstrained and cloudstack_service_offering_fixed

- Upgraded the CloudStack Go SDK to v2.19.1

- Various other bug fixes


Apache CloudStack Terraform Provider v0.7.0 is available for download now from the Apache CloudStack website.


## Downloads and Documentation

The official source code for Apache CloudStack Terraform Provider can be downloaded from:

https://github.com/apache/cloudstack-terraform-provider/releases/tag/v0.7.0


The installation and usage documentation for Apache CloudStack Terraform Provider is available at:

https://github.com/apache/cloudstack-terraform-provider/wiki

https://github.com/apache/cloudstack-terraform-provider/wiki#installing-from-github-release


Users can also get the provider from the Terraform registry published at:

https://registry.terraform.io/providers/cloudstack/cloudstack/0.7.0


The documentation for the usage of resources to create and interact with CloudStack is available at

https://registry.terraform.io/providers/cloudstack/cloudstack/latest/docs
8 changes: 4 additions & 4 deletions src/pages/downloads.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -168,12 +168,12 @@ here](https://registry.terraform.io/providers/cloudstack/cloudstack/latest/docs)

### Source Release

The current release is `v0.6.0`.
The current release is `v0.7.0`.

<a className="button button--primary button--lg" href="https://dlcdn.apache.org/cloudstack/releases/terraform-provider-0.6.0/apache-cloudstack-terraform-provider-0.6.0-rc4-src.tar.bz2">Get the v0.6.0 Source</a>&nbsp;
<a className="button button--primary button--lg" href="https://dlcdn.apache.org/cloudstack/releases/terraform-provider-0.7.0/apache-cloudstack-terraform-provider-0.7.0-src.tar.bz2">Get the v0.7.0 Source</a>&nbsp;
<a className="button button--secondary button--sm" href="https://dlcdn.apache.org/cloudstack/KEYS">KEYS</a>&nbsp;
<a className="button button--secondary button--sm" href="https://dlcdn.apache.org/cloudstack/releases/terraform-provider-0.6.0/apache-cloudstack-terraform-provider-0.6.0-rc4-src.tar.bz2.asc">PGP</a>&nbsp;
<a className="button button--secondary button--sm" href="https://dlcdn.apache.org/cloudstack/releases/terraform-provider-0.6.0/apache-cloudstack-terraform-provider-0.6.0-rc4-src.tar.bz2.sha512">SHA512</a><br/>
<a className="button button--secondary button--sm" href="https://dlcdn.apache.org/cloudstack/releases/terraform-provider-0.7.0/apache-cloudstack-terraform-provider-0.7.0-src.tar.bz2.asc">PGP</a>&nbsp;
<a className="button button--secondary button--sm" href="https://dlcdn.apache.org/cloudstack/releases/terraform-provider-0.7.0/apache-cloudstack-terraform-provider-0.7.0-src.tar.bz2.sha512">SHA512</a><br/>
<br/>

### Using Terraform Registry
Expand Down
Loading