Skip to content

Commit 15598eb

Browse files
Michael Hartrcohenma
authored andcommitted
Add DNS client configuration
1 parent 6464d50 commit 15598eb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

provider/provider.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -588,6 +588,10 @@ func setGoSDKClients(clients *OracleClients, officialSdkConfigProvider oci_commo
588588
if err != nil {
589589
return
590590
}
591+
err = configureClient(&dnsClient.BaseClient)
592+
if err != nil {
593+
return
594+
}
591595
err = configureClient(&fileStorageClient.BaseClient)
592596
if err != nil {
593597
return

0 commit comments

Comments
 (0)