Socket
Socket
Sign inDemoInstall

@amplication/plugin-provisioning-terraform-gcp-database-csql

Package Overview
Dependencies
18
Maintainers
8
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @amplication/plugin-provisioning-terraform-gcp-database-csql

Adds terraform code for a Cloud SQL database to the generated service.


Version published
Weekly downloads
27K
increased by0.16%
Maintainers
8
Install size
83.6 MB
Created
Weekly downloads
 

Readme

Source

@amplication/plugin-provisioning-terraform-gcp-database-csql

NPM Downloads

Adds a container registry setup based on terraform for Google Cloud Platform to the generated service.

Purpose

Adds a container registry setup based on terraform for Google Cloud Platform to the generated service.

Configuration

name will determine the name of the database instance, if unset it will default to the name of the generated service.

environment used to determine in which project to place the database instance.

team used to determine in which project to place the database instance.

region determines where the database instance will be hosted.

zone_suffix in which gcp zone within the region to place the resource, when a single zone instance is applicable.

tier the database instance type/tier, resulting in less or more cpu and memory.

availability_type the availability type for the database instance, options are REGIONAL or ZONAL

disk_size the disk size for the database instance.

disk_type the disk type for the database instance.

charset the database character set.

collation the database collation.

deletion_protection whether or not to enable deletion protection, preventing easy deletion of the resource.

version the version of the database type.

Usage

It will add a terraform file containing the resources information for the container repository, it is dependant on the provisioning-terraform-gcp-core plugin to work.

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