useless-solutions / terraform-provider-statsig

Improved Terraform Provider for Statsig
Mozilla Public License 2.0
1 stars 0 forks source link

[#3] Initialize Provider Scaffolding #4

Closed tamirarnesty closed 3 months ago

tamirarnesty commented 3 months ago

Pull Request Details

Related Issues

Supports:

Related PRs

This PR is the first of a few PRs that will address setting up the scaffolding and any related CICD configuration.

What does this PR do?

This PR sets up the initial scaffolding of the Terraform Provider, based on the terraform-provider-scaffolding-framework template.

There is additional content that is omitted from this PR simply because it is out of date and must be fixed before merging, such as GitHub Actions workflows. These will be used as-is initially, once the versions of certain actions are updated and the workflows are tailored to this project vs. the template.

Description of Changes