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
- Host: GitHub
- URL: https://github.com/happypathway/terraform-aws-release
- Owner: HappyPathway
- Created: 2024-08-08T20:17:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-29T21:04:30.000Z (over 1 year ago)
- Last Synced: 2025-01-29T21:31:31.319Z (over 1 year ago)
- Topics: module, terraform, terraform-managed
- Language: HCL
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
[](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.