Skip to content

Redislabs-Solution-Architects/redis-enterprise-aks-terraform

Repository files navigation

acre-terraform

Use the latest "azurerm" Terraform provider to deploy Azure Cache for Redis Enterprise (ACRE)

  • Tenant
    • Subscription
      • Service Principal
      • Resource Group
        • Storage Account
          • Storage Container
        • VNET
          • Subnet
        • Redis Enterprise Cluster
        • Private Link
          • Between subnet and cluster

Prerequisites

Login using an Azure Service Principal

az login --service-principal --username APP_ID --tenant TENANT_ID --password [password || /path/to/cert]

Tools

  1. Terraform CLI v1.0.1

Getting started

  git clone https://github.com/redisgeek/acre-terraform
  cd acre-terraform
  terraform init

The output should include:

  Terraform has been successfully initialized!

Copy the variables template.

cp terraform.tfvars.example terraform.tfvars

Update terraform.tfvars with your secrets

terraform plan
terraform apply

Cleanup

Remove the resources that were created.

terraform destroy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages