Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
14
Maintainers
8
Versions
14
Alerts
File Explorer

Advanced tools

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.


Version published
Weekly downloads
28K
decreased by-14.31%
Maintainers
8
Created
Weekly downloads
 

Readme

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

Last updated on 28 Dec 2023

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc