Skip to content

Commit

Permalink
New Resource: aws_db_proxy (#12704)
Browse files Browse the repository at this point in the history
Output from acceptance testing:

```
--- PASS: TestAccAWSDBProxy_disappears (744.42s)
--- PASS: TestAccAWSDBProxy_AuthDescription (755.17s)
--- PASS: TestAccAWSDBProxy_Tags (763.39s)
--- PASS: TestAccAWSDBProxy_basic (764.74s)
--- PASS: TestAccAWSDBProxy_AuthSecretArn (765.79s)
--- PASS: TestAccAWSDBProxy_VpcSecurityGroupIds (819.88s)
--- PASS: TestAccAWSDBProxy_DebugLogging (824.05s)
--- PASS: TestAccAWSDBProxy_RequireTls (826.22s)
--- PASS: TestAccAWSDBProxy_RoleArn (833.73s)
--- PASS: TestAccAWSDBProxy_IdleClientTimeout (838.79s)
--- PASS: TestAccAWSDBProxy_Name (862.25s)
--- PASS: TestAccAWSDBProxy_AuthIamAuth (895.23s)
```
  • Loading branch information
gazoakley authored Sep 1, 2020
1 parent a916313 commit eae8990
Show file tree
Hide file tree
Showing 4 changed files with 1,402 additions and 0 deletions.
1 change: 1 addition & 0 deletions aws/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,7 @@ func Provider() *schema.Provider {
"aws_db_instance_role_association": resourceAwsDbInstanceRoleAssociation(),
"aws_db_option_group": resourceAwsDbOptionGroup(),
"aws_db_parameter_group": resourceAwsDbParameterGroup(),
"aws_db_proxy": resourceAwsDbProxy(),
"aws_db_security_group": resourceAwsDbSecurityGroup(),
"aws_db_snapshot": resourceAwsDbSnapshot(),
"aws_db_subnet_group": resourceAwsDbSubnetGroup(),
Expand Down
Loading

0 comments on commit eae8990

Please sign in to comment.