terraform/builtin
Lars Bahner 8f2d39be45 On Oracle RDS DB instances you can't change the encoding
of the database after creation. So we need to be able to
set the CharacterSetName on creation.
This is an option and will automagically default to
AL32UTF8.

The AWS SDK will give you an error message if you try to
apply this setting to other engines. The patch will only
report the character_set_name attribute, if CharacterSetName
is set on the instance.

Signed-off-by: Lars Bahner <lars.bahner@gmail.com>
2016-01-27 18:39:00 +01:00
..
bins mysql provider and mysql_database resource. 2015-12-16 17:59:35 -08:00
providers On Oracle RDS DB instances you can't change the encoding 2016-01-27 18:39:00 +01:00
provisioners Fix the failing chef provisioner test 2016-01-14 13:51:23 -05:00