mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-06-04 12:49:54 -04:00
terraform-provider: lock-step microservice version (#2733)
This commit is contained in:
parent
615e731855
commit
9414f29b51
11 changed files with 104 additions and 54 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue