arq-s3-backup
bergbrains/arq-s3-backup/aws
Creates a bucket and sets up a user w/ credentials for use by the Arq backup system.
Terraform to create Arq backup bucket This module sets up an AWS S3 bucket for use as a storage location for Arq backup It sets up the following AWS resources An S3 bucket for the backups Bucket encryption A user with login credentials Required IAM policy and role for that user to manage the backup bucket Usage ``hcl module "arc_backup" { source "..." backup_bucket_name = "my_arq_backup" } ` Author Eric Berg You can find this module at bergbrains s3-mac-backup repo API Specs Requirements No requirements. Providers | Name | Version | |------|---------| | aws | n/a | Inputs | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| | backup\_bucket\_name | Arq backup bucket name | string` | n/a | yes | Outputs | Name | Description | |------|--------
| Name | Type | Description | Default |
|---|---|---|---|
| backup_bucket_name | string | Arq backup bucket name | required |
backup_bucket_arn — ARN of S3 bucket created for backupsarq_user_aws_secret — Arq backup user AWS API secret tokenarq_user_aws_id — Arq backup user AWS API IDbackup_bucket_name — Name of S3 bucket created for backupsAzure landing zones Terraform module
Terraform supermodule for the Terraform platform engineering for Azure
Terraform module to deploy landing zone subscriptions (and much more) in Azure
Terraform Module to define a consistent naming convention by (namespace, stage,