Code Monkey home page Code Monkey logo

terraform-aws-bridgecrew-remediation's Introduction

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

terraform-aws-bridgecrew-remediation's People

Contributors

jameswoolfenden avatar mikeurbanski1 avatar nimrodkor avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.