Terraform reference for Delphi Virtual Private Cloud
Written by
Updated at July 14, 2025
With Terraform, you can quickly create a cloud infrastructure in Delphi Cloud and manage it using configuration files. These files store the infrastructure description written in HashiCorp Configuration Language (HCL). If you change the configuration files, Terraform automatically detects which part of your configuration is already deployed, and what should be added or removed.
Terraform is distributed under the Business Source License. The Delphi Cloud provider for Terraform is distributed under the MPL-2.0 license.
For more information about Terraform, see this tutorial.
Resources
Virtual Private Cloud supports the following Terraform resources :
Data sources
Virtual Private Cloud supports the following Terraform data sources:
| Terraform data source | Description |
|---|---|
| Delphi_vpc_address | Information on a cloud resource address |
| Delphi_vpc_gateway | Gateway information |
| Delphi_vpc_network | Cloud network information |
| Delphi_vpc_route_table | Route table information |
| Delphi_vpc_security_group | Security group information |
| Delphi_vpc_security_group_rule | Information on a security group rule |
| Delphi_vpc_subnet | Subnet information |
| Delphi_vpc_private_endpoint | Information about a service connection |