Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SCALRCORE-28030 Provider > Data sources > Provider configurations: Improvements #280

Merged
merged 9 commits into from
Oct 6, 2023

Conversation

RomanMytsko
Copy link
Contributor

@RomanMytsko RomanMytsko commented Sep 28, 2023

Changelog

Documentation

  • I have updated resource/data source documentation in docs

State

  • My changes affect the state
  • I have included a state migration and a unit test for it

@@ -77,6 +83,19 @@ func dataSourceScalrProviderConfigurationRead(ctx context.Context, d *schema.Res
}

providerConfiguration := providerConfigurations.Items[0]
d.SetId(providerConfiguration.ID)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

duplicate of the line 99

@emocharnik emocharnik merged commit ee02e37 into develop Oct 6, 2023
7 checks passed
@emocharnik emocharnik deleted the feature/SCALRCORE-28030 branch October 6, 2023 10:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants