This is no longer supported, please consider using IONOS Cloud Terraform Provider instead.
The official repository is located here:
https://github.com/terraform-providers/terraform-provider-profitbricks
The Terraform Provider for ProfitBricks is currently available through Terraform. The provider must first be defined as a provider or resource block within a Terraform config file. For example, main.tf
:
provider "profitbricks" {
username = "profitbricks_username"
password = "profitbricks_password"
retries = 100
}
Terraform init
will now automatically download the latest provider binary.
terraform init
The ProfitBricks Provider Documentation will offer more details on provider configuration and resources.
Please report any issues here or feel free to ask questions at the ProfitBricks DevOps Central Community.