provider/aws: Fixup AWS db instance acceptance tests with default security group

This commit is contained in:
stack72 2017-04-03 01:48:45 +03:00
parent 9b55ce5385
commit d209dc1a32
No known key found for this signature in database
GPG Key ID: 8619A619B085CB16
1 changed files with 0 additions and 2 deletions

View File

@ -676,7 +676,6 @@ resource "aws_db_instance" "test" {
instance_class = "db.t1.micro"
password = "password"
username = "root"
security_group_names = ["default"]
publicly_accessible = true
skip_final_snapshot = true
@ -692,7 +691,6 @@ resource "aws_db_instance" "test" {
instance_class = "db.t1.micro"
password = "password"
username = "root"
security_group_names = ["default"]
publicly_accessible = true
skip_final_snapshot = true