linyinli / rds-seeder

Seed any RDS instances for Development or Testing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RDS Seeder

This module seeds any RDS for Development/Testing.

Notes:

  • Lockable initializing SQL may cost more time.

Requirements

Name Version
terraform >= 1.0
byteset >= 0.2.1

Providers

Name Version
byteset >= 0.2.1

Modules

No modules.

Resources

Name Type
byteset_pipeline.rds resource

Inputs

Name Description Type Default Required
destination_address Specify the seeding destiantion address. string n/a yes
destination_batch_cap Specify the (insertion) batch capacity value of destination. number 500 no
destination_conn_max Specify the connection maximum value of destination. number 5 no
source_address Specify the seeding source address started with 'file://' or 'http(s)://' schema. string n/a yes
walrus_metadata_environment_name Walrus metadata environment name. string "" no
walrus_metadata_project_name Walrus metadata project name. string "" no
walrus_metadata_service_name Walrus metadata service name. string "" no

Outputs

Name Description
cost n/a
id n/a

About

Seed any RDS instances for Development or Testing.


Languages

Language:HCL 100.0%