provider/aws: Change Redshift Cluster Test to check for `_` in username

This commit is contained in:
stack72 2016-03-30 20:55:37 -05:00
parent 9d49c545af
commit 3a836fa617
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@ resource "aws_redshift_cluster" "default" {
cluster_identifier = "tf-redshift-cluster-%d"
availability_zone = "us-west-2a"
database_name = "mydb"
master_username = "foo"
master_username = "foo_test"
master_password = "Mustbe8characters"
node_type = "dc1.large"
automated_snapshot_retention_period = 7