Skip to content

marctc/terraform-ark

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
gcp
 
 
 
 
 
 
 
 

terraform-ark (DEPRECATED)

This project is no longer maintained. The original tool is renamed to Veleroand they improved they way to install it in your cluster.

Terraform module to create custom roles, service account and bucket binding for Heptio Ark disaster recovery tool.

Usage example for GCP

Create main.tf file with this content.

provider "google" {
  project     = "my-project"
  region      = "europe-west1-b"
  credentials = "${file("account.json")}"
}

module "ark_gcp" {
  source = "git::https://github.com/marctc/terraform-velero.git//gcp"
  
  project      = "my-project"
  bucket_name  = "velero-backup-bucket"
}

Then run:

$ terraform init
$ terraform plan
$ terraform apply

About

Terraform module to create custom roles, service account and bucket binding for Heptio Ark

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages