context

k9securityio/context/local

Terraform Module HCL LOCAL

A Terraform module to capture the context your team needs to manage, operate, and secure resources in the Cloud.

Install
module "context" {
source = "k9securityio/context/local"
version = "0.2.1"
}
plain text: /constructs/tfmod-k9securityio-context-local/install.txt
⭐ Source on GitHub 📦 Registry page
README

k9 Security Context module The terraform-local-context Terraform module helps you capture the context your team needs to manage, operate, and secure resources in the Cloud. This module helps you adopt the tagging model defined in the k9 Security Cloud Deployment Tagging Guide in whole or in part. ![CircleCI](https://circleci.com/gh/k9securityio/terraform-local-context) Usage Use this module to model context about your resources across these dimensions: Identity & Ownership: Organization, Name, Owner, Environment, App, Role, Business Unit, Business Process, Cost Center, Compliance Scheme Security: Confidentiality, Integrity, Availability Risk (coming soon) Custom dimensions using additional tags See the (module API) for the full set of variables and outputs. The module acts like a data sour

Inputs (13)
NameTypeDescriptionDefault
appstringName of the application the resource supports required
ownerstringName of the team or department responsible for the resource required
envstringName of the environment the resource supports required
integritystringExpected Integrity level of data in the resource, e.g. 0.999, 0.9999, 0.99999, 0""
availabilitystringExpected Availability level of data in the resource, e.g. 0.999, 0.9999, 0.99999""
rolestringThe role or function of this resource within the Application's logical architect""
business_unitstringThe top-level organizational division that owns the resource. e.g. Consumer Reta""
compliance_schemestringThe regulatory compliance scheme the resource’s configuration should conform to""
cost_centerstringThe managerial accounting cost center for the resource""
confidentialitystringExpected Confidentiality level of data in the resource, e.g. Public, Internal, C""
additional_tagsmap(string)A map of additional tags to merge with the module's standard tags and apply to t{}
namestringFully-qualified name of the resource""
business_processstringThe high-level business process the resource supports""
Outputs (1)
tags
Details
FrameworkTerraform Module
LanguageHCL
Version0.2.1
Cloud LOCAL
Total downloads232.2k
Inputs13
Outputs1
Namespacek9securityio
Updated