https://github.com/bugbiteme/terraform-aws-s3backend
https://github.com/bugbiteme/terraform-aws-s3backend
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bugbiteme/terraform-aws-s3backend
- Owner: bugbiteme
- License: mit
- Created: 2020-09-14T00:59:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-14T02:44:58.000Z (over 5 years ago)
- Last Synced: 2025-01-31T12:36:13.087Z (over 1 year ago)
- Language: HCL
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
}
```