We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d82bb3b commit ad3f8a9Copy full SHA for ad3f8a9
1 file changed
google/export.go
@@ -15,3 +15,7 @@ func ConfigureBasePaths(c *Config) {
15
func Provider() *schema.Provider {
16
return provider.Provider()
17
}
18
+
19
+func (c *Config) LoadAndValidate(ctx context.Context) error {
20
+ return (*transport_tpg.Config)(c).LoadAndValidate(ctx)
21
+}
0 commit comments