Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@amplication/plugin-provisioning-terraform-aws-database-rds

Package Overview
Dependencies
Maintainers
8
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amplication/plugin-provisioning-terraform-aws-database-rds

Adds terraform code for provisioning Amazon Web Services Relational Database Service (RDS) as an addition to the 'core' terraform code base.

  • 1.0.3
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
24K
decreased by-26.6%
Maintainers
8
Weekly downloads
 
Created
Source

@amplication/plugin-provisioning-terraform-aws-database-rds

NPM Downloads

Adds terraform code for provisioning Amazon Web Services Relational Database Service (RDS) as an addition to the 'core' terraform code base.

Purpose

Adds terraform code for provisioning Amazon Web Services Relational Database Service (RDS) as an addition to the 'core' terraform code base.

Configuration

Note Currently only postgres is supported as a to be generated database engine type.

postgres or <database-engine> select the database engine type to be generated, currently support: postgres


postgres.identifier the identifier for the database - for example used in building the connection string.

postgres.instance_class the instance class used by the database instance.

postgres.database_name the name for the database that is populated by default.

postgres.username the name of the master user for the database instance.

postgres.port the port used by the database instance.

postgres.storage.allocated the storage allocated to the database instance.

postgres.storage.maximum the maximum storage allocated to the database instance.

postgres.maintenance.window the maintenance window for the database instance

postgres.backup.window the time-window for the backup.

postgres.backup.retention_period the amount of days to keep the automated backups for.

postgres.security_group.name the name for the vpc security group for the database, allowing traffic from inside the vpc to flow to the database instance.

Usage

Explain the usage of this plugin and its effect on the final build.

FAQs

Package last updated on 28 Dec 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc