Terraform module - for Bridgecrew Remediations
It's 100% Open Source and licensed under the APACHE2.
Include module.remediation.tf this repository as a module in your existing Terraform code:
module "remediation" {
source = "bridgecrewio/bridgecrew-remediation/aws"
api-token = var.api_token
version = "v0.1.1"
}
The module expect the Bridgecrew platform API token to be supplied.
On Windows:
$env:TF_VAR_api_token="your-platform-token"
On *nix:
export TF_VAR_api_token="your-platform-token"
Or you can leave it blank to be prompted at your console.
This module is supported for deployment in the following AWS regions:
- All US regions
- eu-west-1
- eu-central-1
- ap-northeast-1
However, its functionality will work across all AWS regions.
No requirements.
Name | Version |
---|---|
aws | n/a |
null | n/a |
template | n/a |
Name | Description | Type | Default | Required |
---|---|---|---|---|
api_token | Bridgecrew Platform API key | string |
n/a | yes |
aws_profile | The name of the local AWS profile to use to invoke the AWS CLI to send an SNS notification to Bridgecrew. Omit to use the default profile or local environment variables. | string |
null |
no |
common_tags | Implements a common tagging scheme, attached to all resources that support tags | map(any) |
{ |
no |
kms_data_key_reuse_period_seconds | The length of time that SQS may use a cached data key before calling KMS again. Lower this value to force more frequent KMS check-ins. | number |
300 |
no |
Name | Description |
---|---|
InboundRemediations | n/a |
InboundRemediationsARN | SQS ARN of inbound Bridgecrew remote remediations messages |
RemediationsDLQ | n/a |
TemplateVersion | Deployed remediation stack version |
Check out these related projects.
Got a question?
File a GitHub issue.
Please use the issue tracker to report any bugs or file feature requests.
Copyright © 2021 Bridgecrew
See 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
https://www.apache.org/licenses/LICENSE-2.0
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.