Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

JamesWoolfenden/terraform-bridgecrew-simplepolicy

Repository files navigation

terraform-bridgecrew-simplepolicy

Build Status Latest Release GitHub tag (latest SemVer) Terraform Version Infrastructure Tests pre-commit checkov Infrastructure Tests

Terraform module -


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

Usage

This is a very basic example.

Include module.policy.tf this repository as a module in your existing Terraform code:

module "policy" {
  source         = "JamesWoolfenden/simplepolicy/bridgecrew"
  version        = "0.0.7"
  guidelines     = var.guidelines
  conditions     = var.conditions
  cloud_provider = var.cloud_provider
  title          = var.title
  severity       = var.severity
  category       = var.category
}

Requirements

Name Version
bridgecrew 0.2.1

Providers

Name Version
bridgecrew 0.2.1

Modules

No modules.

Resources

Name Type
bridgecrew_simple_policy.new resource

Inputs

Name Description Type Default Required
category n/a string n/a yes
cis_aws_v12 n/a list(any) [] no
cis_aws_v13 n/a list(any) [] no
cis_azure_v11 n/a list(any) [] no
cis_azure_v12 n/a list(any) [] no
cis_azure_v13 n/a list(any) [] no
cis_docker_v11 n/a list(any) [] no
cis_eks_v11 n/a list(any) [] no
cis_gcp_v11 n/a list(any) [] no
cis_gke_v11 n/a list(any) [] no
cis_kubernetes_v15 n/a list(any) [] no
cis_kubernetes_v16 n/a list(any) [] no
cloud_provider n/a string n/a yes
conditions Simple policy block any n/a yes
frameworks List of supported frameworks for this check list(string) n/a yes
guidelines A good description justifying the check and outlining how to resolve string n/a yes
severity n/a string n/a yes
title The title of the check string n/a yes

Outputs

Name Description
policy n/a

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 James Woolfenden

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