https://github.com/rad-security/terraform-provider-rad-security
The Rad Security Terraform Provider
https://github.com/rad-security/terraform-provider-rad-security
Last synced: 12 days ago
JSON representation
The Rad Security Terraform Provider
- Host: GitHub
- URL: https://github.com/rad-security/terraform-provider-rad-security
- Owner: rad-security
- License: apache-2.0
- Created: 2024-06-07T12:05:39.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-04T23:11:56.000Z (over 1 year ago)
- Last Synced: 2024-12-05T00:20:30.109Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# terraform-provider-rad-security
This is the official Terraform Provider for Rad Security. Use this provider to interact with the Rad Security api. The provider can be found on the [Terraform Provider Registery](https://registry.terraform.io/providers/rad-security/rad-security/latest).
## Cloud Connect
To configure the provider, you will need a set of cloud api keys. The keys consist of an access and a secret key that can be generated from the Rad Security platform.
To connect your AWS account to your Rad Security account, create a `rad_security_aws_register` resource where you run terraform for your AWS resources.
An example of leveraging this resource can be found in our terraform module examples directory [here](https://github.com/rad-security/terraform-aws-rad-security-connect/blob/main/examples/main.tf)
## Cluster API Key Provisioning
The provider can be used to create new api keys to use with a new Kubernetes cluster. This is done with the `rad-security_cluster_api_key` resource.