Skip to content

ionos-enterprise/terraform-provider-ionos-enterprise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

No Maintenance Intended

DEPRECATED

This is no longer supported, please consider using IONOS Cloud Terraform Provider instead.

Terraform Provider for ProfitBricks

The official repository is located here:

https://github.com/terraform-providers/terraform-provider-profitbricks

Getting Started

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

Documentation

The ProfitBricks Provider Documentation will offer more details on provider configuration and resources.

Support and Contributions

Please report any issues here or feel free to ask questions at the ProfitBricks DevOps Central Community.

About

⛔️ DEPRECATED: Terraform provider for IONOS Enterprise Cloud

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published