Skip to content

eramnes/terraform-provider-rubrik

 
 

Repository files navigation

Rubrik Provider for Terraform

🔨 Installation

Requirements: Terraform has been successfully installed.

  1. 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
    
  2. 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.

  3. Rename the the Rubrik provider to terraform-provider-rubrik

  4. 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.

Packages

No packages published

Languages

  • Go 92.4%
  • Makefile 4.0%
  • Shell 3.6%