Merge pull request #5940 from stack72/f-aws-redshift-username

provider/aws: Change Redshift Cluster Test to check for `_` in username
This commit is contained in:
Paul Stack 2016-03-30 21:08:48 -05:00
commit 0615819a98
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