https://github.com/jameswoolfenden/terraform-aws-media-convert-queue
Basic media-convert-queue module
https://github.com/jameswoolfenden/terraform-aws-media-convert-queue
aws module terraform
Last synced: 3 months ago
JSON representation
Basic media-convert-queue module
- Host: GitHub
- URL: https://github.com/jameswoolfenden/terraform-aws-media-convert-queue
- Owner: JamesWoolfenden
- Created: 2020-02-01T10:59:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-20T10:19:11.000Z (almost 4 years ago)
- Last Synced: 2026-02-12T09:42:36.193Z (5 months ago)
- Topics: aws, module, terraform
- Language: Makefile
- Homepage:
- Size: 50.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# terraform-aws-media-convert-queue
[](https://github.com/JamesWoolfenden/terraform-aws-media-convert-queue)
[](https://github.com/JamesWoolfenden/terraform-aws-media-convert-queue/releases/latest)
[](https://github.com/JamesWoolfenden/terraform-aws-media-convert-queue/releases/latest)

[](https://www.bridgecrew.cloud/link/badge?vcs=github&fullRepo=JamesWoolfenden%2Fterraform-aws-media-convert-queue&benchmark=CIS+AWS+V1.2)
[](https://github.com/pre-commit/pre-commit)
[](https://www.checkov.io/)
[](https://www.bridgecrew.cloud/link/badge?vcs=github&fullRepo=JamesWoolfenden%2Fterraform-aws-media-convert-queue&benchmark=INFRASTRUCTURE+SECURITY)
Sample illustration of new tf resource
## Requirements
No requirements.
## Providers
| Name | Version |
|------|---------|
| [aws](#provider\_aws) | n/a |
## Modules
No modules.
## Resources
| Name | Type |
|------|------|
| [aws_media_convert_queue.test](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/media_convert_queue) | resource |
## Inputs
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| [queue](#input\_queue) | n/a | `map(any)` |
{
"name": "tf-test-queue",
"pricing_plan": "ON_DEMAND",
"status": "ACTIVE"
} | no |
## Outputs
| Name | Description |
|------|-------------|
| [queue](#output\_queue) | n/a |
## Policy
This is the policy required to build this project:
The Terraform resource required is:
```golang
resource "aws_iam_policy" "terraform_pike" {
name_prefix = "terraform_pike"
path = "/"
description = "Pike Autogenerated policy from IAC"
policy = jsonencode({
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": [
"ec2:DescribeAccountAttributes"
],
"Resource": "*"
},
{
"Sid": "VisualEditor1",
"Effect": "Allow",
"Action": [
"iam:ListRole",
"iam:PassRole"
],
"Resource": "*"
},
{
"Sid": "VisualEditor2",
"Effect": "Allow",
"Action": [
"mediaconvert:CreateQueue",
"mediaconvert:DeleteQueue",
"mediaconvert:DescribeEndpoints",
"mediaconvert:GetQueue",
"mediaconvert:ListTagsForResource",
"mediaconvert:UpdateQueue"
],
"Resource": "*"
},
{
"Sid": "VisualEditor3",
"Effect": "Allow",
"Action": [
"s3:GetBucketLocation",
"s3:ListAllMyBuckets",
"s3:ListBucket"
],
"Resource": "*"
}
]
})
}
```
## Related Projects
Check out these related projects.
- [terraform-aws-codecommit](https://github.com/jameswoolfenden/terraform-aws-codecommit) - Storing ones code
## Help
**Got a question?**
File a GitHub [issue](https://github.com/jameswoolfenden/terraform-aws-media-convert-queue/issues).
## Contributing
### Bug Reports & Feature Requests
Please use the [issue tracker](https://github.com/jameswoolfenden/terraform-aws-media-convert-queue/issues) to report any bugs or file feature requests.
## Copyrights
Copyright © 2019-2022 James Woolfenden
## License
[](https://opensource.org/licenses/Apache-2.0)
See [LICENSE](LICENSE) for full details.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
### Contributors
[![James Woolfenden][jameswoolfenden_avatar]][jameswoolfenden_homepage]
[James Woolfenden][jameswoolfenden_homepage]
[jameswoolfenden_homepage]: https://github.com/jameswoolfenden
[jameswoolfenden_avatar]: https://github.com/jameswoolfenden.png?size=150