Skip to content

markgov/modernisation-platform-terraform-rds-instance

 
 

Repository files navigation

Modernisation Platform Terraform Module Template

Standards Icon Format Code Icon Scorecards Icon SCA Icon Terraform SCA Icon

This repository is for Moderisation Platform usage only. If you have a suggestion for a new module that would benefit mutiple teams in the Modernisation Platform, please raise an issue with the team here.

Usage

module "template" {

  source = "github.com/ministryofjustice/modernisation-platform-terraform-module-template"

  tags             = local.tags
  application_name = local.application_name

}

Looking for issues?

If you're looking to raise an issue with this module, please create a new issue in the Modernisation Platform repository.

Requirements

Name Version
terraform ~> 1.0
aws ~> 6.0

Providers

No providers.

Modules

No modules.

Resources

No resources.

Inputs

Name Description Type Default Required
application_name Name of application string n/a yes
tags Common tags to be used by all resources map(string) n/a yes

Outputs

No outputs.

About

Module for creating an RDS instance • This repository is defined and managed in Terraform

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HCL 83.7%
  • Go 8.7%
  • Shell 7.6%