context
k9securityio/context/local
A Terraform module to capture the context your team needs to manage, operate, and secure resources in the Cloud.
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.  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
| Name | Type | Description | Default |
|---|---|---|---|
| app | string | Name of the application the resource supports | required |
| owner | string | Name of the team or department responsible for the resource | required |
| env | string | Name of the environment the resource supports | required |
| integrity | string | Expected Integrity level of data in the resource, e.g. 0.999, 0.9999, 0.99999, 0 | "" |
| availability | string | Expected Availability level of data in the resource, e.g. 0.999, 0.9999, 0.99999 | "" |
| role | string | The role or function of this resource within the Application's logical architect | "" |
| business_unit | string | The top-level organizational division that owns the resource. e.g. Consumer Reta | "" |
| compliance_scheme | string | The regulatory compliance scheme the resource’s configuration should conform to | "" |
| cost_center | string | The managerial accounting cost center for the resource | "" |
| confidentiality | string | Expected Confidentiality level of data in the resource, e.g. Public, Internal, C | "" |
| additional_tags | map(string) | A map of additional tags to merge with the module's standard tags and apply to t | {} |
| name | string | Fully-qualified name of the resource | "" |
| business_process | string | The high-level business process the resource supports | "" |
tags