tronxd / terraform-aws-bridgecrew-remediation

Home Page:https://bridgecrew.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

terraform-aws-bridgecrew-remediation

Build Status Latest Release Maintained by Bridgecrew.io GitHub tag (latest SemVer) Terraform Version Infrastructure Tests pre-commit checkov

Terraform module - for Bridgecrew Remediations


It's 100% Open Source and licensed under the APACHE2.

Usage

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.

Requirements

No requirements.

Providers

Name Version
aws n/a
null n/a
template n/a

Inputs

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)
{
"deployment": "terraform",
"vendor": "bridgecrew"
}
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

Outputs

Name Description
InboundRemediations n/a
InboundRemediationsARN SQS ARN of inbound Bridgecrew remote remediations messages
RemediationsDLQ n/a
TemplateVersion Deployed remediation stack version

Related Projects

Check out these related projects.

Help

Got a question?

File a GitHub issue.

Contributing

Bug Reports & Feature Requests

Please use the issue tracker to report any bugs or file feature requests.

Copyrights

Copyright © 2021 Bridgecrew

License

License

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.

Contributors

James Woolfenden
James Woolfenden

About

https://bridgecrew.io

License:Apache License 2.0


Languages

Language:HCL 91.6%Language:Makefile 6.0%Language:PowerShell 1.6%Language:Shell 0.8%