diff --git a/blog/2026-09-21-terraform-provider-0.7.0/ACS-terraform-0.7.0.png b/blog/2026-09-21-terraform-provider-0.7.0/ACS-terraform-0.7.0.png new file mode 100644 index 000000000..151d93cb7 Binary files /dev/null and b/blog/2026-09-21-terraform-provider-0.7.0/ACS-terraform-0.7.0.png differ diff --git a/blog/2026-09-21-terraform-provider-0.7.0/index.md b/blog/2026-09-21-terraform-provider-0.7.0/index.md new file mode 100644 index 000000000..9ce265130 --- /dev/null +++ b/blog/2026-09-21-terraform-provider-0.7.0/index.md @@ -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: + + + +- 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 diff --git a/src/pages/downloads.mdx b/src/pages/downloads.mdx index 3876b62b4..ef7f34eef 100644 --- a/src/pages/downloads.mdx +++ b/src/pages/downloads.mdx @@ -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`. -Get the v0.6.0 Source  +Get the v0.7.0 Source  KEYS  -PGP  -SHA512
+PGP  +SHA512

### Using Terraform Registry