The Terraform Provider for Dell Technologies (Dell) ObjectScale allows Data Center and IT administrators to use Hashicorp Terraform to automate and orchestrate the provisioning and management of Dell ObjectScale storage systems.
The Terraform Provider can be used to manage account and bucket.
The logged-in user configured in the Terraform provider must possess adequate permissions against the target Dell ObjectScale System
- Code of Conduct
- Maintainer Guide
- Committer Guide
- Contributing Guide
- List of Adopters
- Security
- Support
- License
- Prerequisites
- List of DataSources in Terraform Provider for Dell ObjectScale
- List of Resources in Terraform Provider for Dell ObjectScale
- Releasing, Maintenance and Deprecation
For any Terraform Provider for Dell ObjectScale issues, questions or feedback, please follow our support process
The Terraform Provider for Dell ObjectScale is released and licensed under the MPL-2.0 license. See LICENSE for the full terms.
| Terraform Provider | ObjectScale Version | OS | Terraform | Golang |
|---|---|---|---|---|
| v1.0.0 |
- Example
- Example
The provider will be fetched from the public repository and installed by Terraform automatically.
Create a file called main.tf in your workspace with the following contents
terraform {
required_providers {
objectscale = {
version = "1.0.0"
source = "registry.terraform.io/dell/objectscale"
}
}
}Then, in that workspace, run
terraform init
- Clone this repo
- In the root of this repo run
make client-build
make install
Then follow installation from public repo
For SSL verifcation on RHEL, these steps can be performed:
- Copy the CA certificate to the
/etc/pki/ca-trust/source/anchorspath of the host by any external means. - Import the SSL certificate to host by running
update-ca-trust extract
For SSL verification on Ubuntu, these steps can be performed:
- Copy the CA certificate to the
/etc/ssl/certspath of the host by any external means. - Import the SSL certificate to host by running:
update-ca-certificates
Terraform Provider for Dell Technologies ObjectScale follows Semantic Versioning.
New versions will be release regularly if significant changes (bug fix or new feature) are made in the provider.
Released code versions are located on tags in the form of "vx.y.z" where x.y.z corresponds to the version number.