dataworks-common

dwp/dataworks-common/aws

Terraform Module HCL AWS

A Terraform module to house common configuration for the DWP DataWorks team.

Install
module "dataworks-common" {
source = "dwp/dataworks-common/aws"
version = "0.0.3"
}
plain text: /constructs/tfmod-dwp-dataworks-common-aws/install.txt
⭐ Source on GitHub 📦 Registry page
README

terraform-aws-dataworks-common A Terraform module to house common configuration for the DWP DataWorks team. How to use This module should be imported by all DWP DataWorks repositories like this: `` module dataworks_common { source = "dwp/dataworks-common/aws" tag_value_environment = "qa" } ` Tags One of the main functions of this repo is to enforce DataWorks tagging policy on all resources. When you import the module as above, you will need to provide the following inputs for the tags: tag_value_environment -> The name of the environment, valid values are development/qa/integration/preprod/production/management-dev/management Using tags locally The module has a common_tags output which you can use for your local module. To do that, create a local like this after you have imported the modul

Inputs (1)
NameTypeDescriptionDefault
tag_value_environmentstringThe name of the environment, valid values are development/qa/integration/preprod required
Outputs (1)
common_tags
Details
FrameworkTerraform Module
LanguageHCL
Version0.0.3
Cloud AWS
★ Stars1
Forks2
Total downloads105.5k
Inputs1
Outputs1
LicenseISC
Namespacedwp
Updated