https://github.com/jameswoolfenden/terraform-aws-cloudhsm
It's about keys
https://github.com/jameswoolfenden/terraform-aws-cloudhsm
aws hsm module terraform
Last synced: over 1 year ago
JSON representation
It's about keys
- Host: GitHub
- URL: https://github.com/jameswoolfenden/terraform-aws-cloudhsm
- Owner: JamesWoolfenden
- License: apache-2.0
- Created: 2021-06-28T15:32:58.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-07-29T20:06:37.000Z (almost 3 years ago)
- Last Synced: 2025-01-25T19:28:01.913Z (over 1 year ago)
- Topics: aws, hsm, module, terraform
- Language: Makefile
- Homepage:
- Size: 39.1 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# terraform-aws-cloudhsm
[](https://github.com/JamesWoolfenden/terraform-aws-cloudhsm)
[](https://github.com/JamesWoolfenden/terraform-aws-cloudhsm/releases/latest)
[](https://github.com/JamesWoolfenden/terraform-aws-cloudhsm/releases/latest)

[](https://www.bridgecrew.cloud/link/badge?vcs=github&fullRepo=JamesWoolfenden%2Fterraform-aws-cloudhsm&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-cloudhsm&benchmark=INFRASTRUCTURE+SECURITY)
Terraform module -
---
It's 100% Open Source and licensed under the [APACHE2](LICENSE).
## Usage
This is just a very basic example.

Include **module.hsm.tf** this repository as a module in your existing terraform code:
```terraform
module "hsm" {
source = "JamesWoolfenden/cloudhsm/aws"
version = "0.0.4"
}
```
## Requirements
No requirements.
## Providers
| Name | Version |
| ------------------------------------------------ | ------- |
| [aws](#provider_aws) | n/a |
## Modules
No modules.
## Resources
| Name | Type |
| ----------------------------------------------------------------------------------------------------------------------------------------------- | -------- |
| [aws_appsync_datasource.user](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/appsync_datasource) | resource |
| [aws_appsync_graphql_api.main](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/appsync_graphql_api) | resource |
| [aws_appsync_resolver.user](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/appsync_resolver) | resource |
| [aws_iam_role.appsync](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role) | resource |
| [aws_iam_role_policy_attachment.attach](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role_policy_attachment) | resource |
## Inputs
| Name | Description | Type | Default | Required |
| --------------------------------------------------------------------------------------------- | ------------------------------------------------- | ---------- | -------------- | :------: |
| [api_name](#input_api_name) | n/a | `string` | `"hitme"` | no |
| [appsync_rolename](#input_appsync_rolename) | The name of the role to attach to appsync | `string` | `"Appsync"` | no |
| [common_tags](#input_common_tags) | This is a map type for applying tags on resources | `map(any)` | n/a | yes |
| [datasource_user_name](#input_datasource_user_name) | n/a | `string` | `"hitme_user"` | no |
| [lambda_resolver_arn](#input_lambda_resolver_arn) | n/a | `string` | n/a | yes |
| [request_template](#input_request_template) | n/a | `string` | n/a | yes |
| [resolver_field](#input_resolver_field) | (optional) describe your variable | `string` | n/a | yes |
| [resolver_type](#input_resolver_type) | (optional) describe your variable | `string` | n/a | yes |
| [response_template](#input_response_template) | n/a | `string` | n/a | yes |
| [schema](#input_schema) | n/a | `string` | n/a | yes |
## Outputs
| Name | Description |
| ----------------------------------------------------------------- | ----------- |
| [api](#output_api) | n/a |
| [datasource](#output_datasource) | n/a |
| [resolver](#output_resolver) | n/a |
## Related Projects
Check out these related projects.
- [terraform-aws-s3](https://github.com/jameswoolfenden/terraform-aws-s3) - S3 buckets
## Help
**Got a question?**
File a GitHub [issue](https://github.com/JamesWoolfenden/terraform-aws-cloudhsm/issues).
## Contributing
### Bug Reports & Feature Requests
Please use the [issue tracker](https://github.com/JamesWoolfenden/terraform-aws-cloudhsm/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
[github]: https://github.com/jameswoolfenden
[linkedin]: https://www.linkedin.com/in/jameswoolfenden/
[twitter]: https://twitter.com/JimWoolfenden
[share_twitter]: https://twitter.com/intent/tweet/?text=terraform-aws-cloudhsm&url=https://github.com/JamesWoolfenden/terraform-aws-cloudhsm
[share_linkedin]: https://www.linkedin.com/shareArticle?mini=true&title=terraform-aws-cloudhsm&url=https://github.com/JamesWoolfenden/terraform-aws-cloudhsm
[share_reddit]: https://reddit.com/submit/?url=https://github.com/JamesWoolfenden/terraform-aws-cloudhsm
[share_facebook]: https://facebook.com/sharer/sharer.php?u=https://github.com/JamesWoolfenden/terraform-aws-cloudhsm
[share_email]: mailto:?subject=terraform-aws-cloudhsm&body=https://github.com/JamesWoolfenden/terraform-aws-cloudhsm