mysql-utf8

ispec-inc/mysql-utf8/rds

Terraform Module HCL RDS

顔文字、日本語に対応したRDSモジュール

Install
module "mysql-utf8" {
source = "ispec-inc/mysql-utf8/rds"
version = "1.3.1"
}
plain text: /constructs/tfmod-ispec-inc-mysql-utf8-rds/install.txt
⭐ Source on GitHub 📦 Registry page
README

terraform-rds-mysql-utf8 顔文字、日本語に対応したRDSモジュール

Inputs (7)
NameTypeDescriptionDefault
vpc_idstringVPCID to which the RDS belogs required
subnet_idslist(string) required
usernamestringusername required
passwordstringuser password required
db_namestringThe database name required
instance_classstringThe instance type of the RDS instance"db.t2.micro"
portstringpublish port3306
Outputs (18)
this_db_id — The RDS instance ID
this_db_parameter_group_arn — The ARN of the db parameter group
this_db_hosted_zone_id — The canonical hosted zone ID of the DB instance (to be used in a Route 53 Alias record)
this_db_password — The database password (this password may be old, because Terraform doesn't track it after initial cr
this_db_subnet_group_id — The db subnet group name
this_db_option_group_id — The db option group id
this_db_endpoint — The connection endpoint
this_db_name — The database name
this_db_port — The database port
this_db_status — The RDS instance status
this_db_username — The master username for the database
this_db_parameter_group_id — The db parameter group id
this_db_option_group_arn — The ARN of the db option group
this_db_arn — The ARN of the RDS instance
this_db_resource_id — The RDS Resource ID of this instance
this_db_instance_address — The address of the RDS instance
this_db_availability_zone — The availability zone of the RDS instance
this_db_subnet_group_arn — The ARN of the db subnet group
Resources (2)
aws_security_groupaws_security_group_rule
Details
FrameworkTerraform Module
LanguageHCL
Version1.3.1
Cloud RDS
Total downloads924
Inputs7
Outputs18
Resources2
Examples1
Namespaceispec-inc
Updated