π¨ Installation
Requirements: Terraform has been successfully installed.
-
Download the latest compiled binary from GitHub releases.
macOS: terraform-provider-rubrik-darwin-amd64
Linux: terraform-provider-rubrik-linux-amd64
Windows: terraform-provider-rubrik-windows-amd64.exe
-
Move the Rubrik provider into the correct Terraform plugin directory
macOS: ~/.terraform.d/plugins/darwin_amd64
Linux: ~/.terraform.d/plugins/linux_amd64
Windows: %APPDATA%\terraform.d\plugins\windows_amd64
You may need to manually create the plugin
directory.
-
Rename the the Rubrik provider to terraform-provider-rubrik
-
Run terraform init
in the directory that contains your Terraform configuration file (main.tf
)
π Documentation
Here are some resources to get you started! If you find any challenges from this project are not properly documented or are unclear, please raise an issue and let us know! This is a fun, safe environment - don't worry if you're a GitHub newbie! β€
π Example
provider "rubrik" {}
resource "rubrik_configure_timezone" "LA-Timezone" {
timezone = "America/Los_Angeles"
}
πͺ How You Can Help
We glady welcome contributions from the community. From updating the documentation to adding more functions for Terraform, all ideas are welcome. Thank you in advance for all of your issues, pull requests, and comments! β
π License
π About Rubrik Build
We encourage all contributors to become members. We aim to grow an active, healthy community of contributors, reviewers, and code owners. Learn more in our Welcome to the Rubrik Build Community page.