Skip to content

Commit

Permalink
Make sure gosdk connection is available for ephemeral resources
Browse files Browse the repository at this point in the history
  • Loading branch information
kklimonda-cl committed Feb 3, 2025
1 parent b3c428e commit 51d5df1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/translate/terraform_provider/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -1715,6 +1715,7 @@ func (p *PanosProvider) Configure(ctx context.Context, req provider.ConfigureReq
resp.DataSourceData = con
resp.ResourceData = con
resp.EphemeralResourceData = con
// Done.
tflog.Info(ctx, "Configured client", map[string]any{"success": true})
Expand Down

0 comments on commit 51d5df1

Please sign in to comment.