We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25107ef commit 0ca7f7aCopy full SHA for 0ca7f7a
test/create_db_test.go
@@ -34,7 +34,7 @@ func initTestCases() []RdsTestCase {
34
"database_subnets": []string{"172.18.0.0/24", "172.18.1.0/24"},
35
"egress_cidr_blocks": []string{"0.0.0.0/0"},
36
"ingress_cidr_blocks": []string{"0.0.0.0/0"},
37
- "name_prefix": "",
+ "name_prefix": "test",
38
},
39
40
}
0 commit comments