IMPORTANT NOTE:
Terraform IONOS Cloud Provider v5 is deprecated and no longer maintained. Please upgrade to v6, which uses the latest stable API version.
Terraform IONOS Cloud Provider v5 will reach End of Life by September 30, 2023. After this date, the v5 API will not be accessible. If you require any assistance, please contact our support team.
The IonosCloud provider gives the ability to deploy and configure resources using the IonosCloud APIs.
Please see the documentation on how to migrate from the ProfitBricks provider.
NOTE: In order to use a specific version of this provider, please include the following block at the beginning of your terraform config files details:
Clone repository to: $GOPATH/src/github.com/ionos-cloud/terraform-provider-ionoscloud
Enter the provider directory and build the provider
See the IonosCloud Provider documentation to get started using the IonosCloud provider.
If you wish to work on the provider, you'll first need Go installed on your machine (version 1.13+ is required). You'll also need to correctly setup a GOPATH, as well as adding $GOPATH/bin
to your $PATH
.
To compile the provider, run make build
. This will build the provider and put the provider binary in the $GOPATH/bin
directory.
In order to test the provider, you can simply run make test
.
In order to run the full suite of Acceptance tests, run make testacc
.
Note: Acceptance tests create real resources, and often cost money to run.