https://github.com/nlamirault/terraform-azurerm-velero
Terraform module for velero
https://github.com/nlamirault/terraform-azurerm-velero
azure galactus terraform terraform-module velero
Last synced: 6 days ago
JSON representation
Terraform module for velero
- Host: GitHub
- URL: https://github.com/nlamirault/terraform-azurerm-velero
- Owner: nlamirault
- Created: 2021-02-21T16:59:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T20:35:06.000Z (12 months ago)
- Last Synced: 2024-10-24T08:21:37.979Z (12 months ago)
- Topics: azure, galactus, terraform, terraform-module, velero
- Language: HCL
- Homepage:
- Size: 107 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Velero into Azure

## Usage
```hcl
module "velero" {
source = "nlamirault/velero/azurerm"
version = "1.0.0"}
```and variables :
```hcl
```
## Documentation
## Requirements
| Name | Version |
|------|---------|
| terraform | >= 1.0.0 |
| azurerm | >= 2.48.0 |## Providers
| Name | Version |
|------|---------|
| azurerm | >= 2.48.0 |## Modules
No Modules.
## Resources
| Name |
|------|
| [azurerm_resource_group](https://registry.terraform.io/providers/hashicorp/azurerm/2.48.0/docs/resources/resource_group) |
| [azurerm_role_assignment](https://registry.terraform.io/providers/hashicorp/azurerm/2.48.0/docs/resources/role_assignment) |
| [azurerm_storage_account](https://registry.terraform.io/providers/hashicorp/azurerm/2.48.0/docs/resources/storage_account) |
| [azurerm_storage_container](https://registry.terraform.io/providers/hashicorp/azurerm/2.48.0/docs/resources/storage_container) |
| [azurerm_user_assigned_identity](https://registry.terraform.io/providers/hashicorp/azurerm/2.48.0/docs/resources/user_assigned_identity) |## Inputs
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| resource\_group\_location | The Azure Region where the Resource Group should exist | `string` | n/a | yes |
| resource\_group\_name | The Name which should be used for this Resource Group | `string` | n/a | yes |
| tags | A mapping of tags to assign to the resource. | `map(string)` |{| no |
"made-by": "terraform"
}## Outputs
| Name | Description |
|------|-------------|
| user\_assigned\_identity\_id | ID of the user assigned identity |
| user\_assigned\_identity\_name | Name of the user assigned identity |