An open API service indexing awesome lists of open source software.

https://github.com/bugbiteme/terraform-aws-s3backend


https://github.com/bugbiteme/terraform-aws-s3backend

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

## Requirements

| Name | Version |
|------|---------|
| terraform | ~> 0.12 |
| aws | ~> 2.19 |
| random | ~> 2.1 |

## Providers

| Name | Version |
|------|---------|
| aws | ~> 2.19 |
| random | ~> 2.1 |

## Inputs

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| force\_destroy\_state | Force destroy the s3 bucket containing state files? | `bool` | `true` | no |
| namespace | The project namespace to use for unique resource naming | `string` | `"s3backend"` | no |
| principal\_arn | AWS principal arn allowed to assume the IAM role | `string` | `null` | no |

## Outputs

| Name | Description |
|------|-------------|
| config | n/a |

## Example usage
```
module "s3backend" {
source ="github.com/bugbiteme/terraform-aws-s3backend"
}
```