mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-06-09 23:22:43 -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
|
@ -136,7 +136,7 @@ func (d *ImageDataSource) Configure(_ context.Context, req datasource.ConfigureR
|
|||
return
|
||||
}
|
||||
|
||||
d.version = providerData.Version
|
||||
d.version = providerData.Version.String()
|
||||
}
|
||||
|
||||
// Read reads from the data source.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue