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"
}
README
terraform-rds-mysql-utf8 顔文字、日本語に対応したRDSモジュール
Inputs (7)
| Name | Type | Description | Default |
|---|---|---|---|
| vpc_id | string | VPCID to which the RDS belogs | required |
| subnet_ids | list(string) | required | |
| username | string | username | required |
| password | string | user password | required |
| db_name | string | The database name | required |
| instance_class | string | The instance type of the RDS instance | "db.t2.micro" |
| port | string | publish port | 3306 |
Outputs (18)
this_db_id — The RDS instance IDthis_db_parameter_group_arn — The ARN of the db parameter groupthis_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 crthis_db_subnet_group_id — The db subnet group namethis_db_option_group_id — The db option group idthis_db_endpoint — The connection endpointthis_db_name — The database namethis_db_port — The database portthis_db_status — The RDS instance statusthis_db_username — The master username for the databasethis_db_parameter_group_id — The db parameter group idthis_db_option_group_arn — The ARN of the db option groupthis_db_arn — The ARN of the RDS instancethis_db_resource_id — The RDS Resource ID of this instancethis_db_instance_address — The address of the RDS instancethis_db_availability_zone — The availability zone of the RDS instancethis_db_subnet_group_arn — The ARN of the db subnet groupResources (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