Skip to content

Commit

Permalink
SCALRCORE-28030 CR fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanMytsko committed Oct 2, 2023
1 parent 0cb88bb commit 5c58c33
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scalr/data_source_scalr_provider_configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,5 @@ func dataSourceScalrProviderConfigurationRead(ctx context.Context, d *schema.Res
_ = d.Set("environments", environments)
}

d.SetId(providerConfiguration.ID)

return nil
}

0 comments on commit 5c58c33

Please sign in to comment.