terraform-provider: lock-step microservice version (#2733)

This commit is contained in:
Moritz Sanft 2023-12-18 14:21:19 +01:00 committed by GitHub
parent 615e731855
commit 9414f29b51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 104 additions and 54 deletions

View file

@ -6,8 +6,10 @@ SPDX-License-Identifier: AGPL-3.0-only
package data
import "github.com/edgelesssys/constellation/v2/internal/semver"
// ProviderData is the data that get's passed down from the provider
// configuration to the resources and data sources.
type ProviderData struct {
Version string
Version semver.Semver
}