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

https://github.com/happypathway/terraform-aws-release

Terraform Module
https://github.com/happypathway/terraform-aws-release

module terraform terraform-managed

Last synced: over 1 year ago
JSON representation

Terraform Module

Awesome Lists containing this project

README

          

[![Terraform Validation](https://github.com/HappyPathway/terraform-aws-release/actions/workflows/terraform.yaml/badge.svg)](https://github.com/HappyPathway/terraform-aws-release/actions/workflows/terraform.yaml)

## Requirements

No requirements.

## Providers

| Name | Version |
|------|---------|
| [archive](#provider\_archive) | 2.6.0 |
| [aws](#provider\_aws) | 5.66.0 |
| [github](#provider\_github) | 6.2.3 |
| [local](#provider\_local) | 2.5.2 |
| [null](#provider\_null) | 3.2.3 |

## Modules

No modules.

## Resources

| Name | Type |
|------|------|
| [aws_s3_object.release](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_object) | resource |
| [local_file.foo](https://registry.terraform.io/providers/hashicorp/local/latest/docs/resources/file) | resource |
| [null_resource.clone](https://registry.terraform.io/providers/hashicorp/null/latest/docs/resources/resource) | resource |
| [archive_file.release_files](https://registry.terraform.io/providers/hashicorp/archive/latest/docs/data-sources/file) | data source |
| [aws_s3_bucket.bucket](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/s3_bucket) | data source |
| [github_branch.branch](https://registry.terraform.io/providers/hashicorp/github/latest/docs/data-sources/branch) | data source |
| [github_repository.repo](https://registry.terraform.io/providers/hashicorp/github/latest/docs/data-sources/repository) | data source |

## Inputs

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| [bucket\_name](#input\_bucket\_name) | The name of the S3 bucket | `string` | n/a | yes |
| [repo\_name](#input\_repo\_name) | The name of the GitHub repository | `string` | n/a | yes |
| [repo\_owner](#input\_repo\_owner) | The owner of the GitHub repository | `string` | n/a | yes |

## Outputs

No outputs.