terraform-provider: validate microservice and image version during plan (#2814)

This commit is contained in:
Adrian Stobbe 2024-01-11 12:04:21 +01:00 committed by GitHub
parent baad7d8310
commit 9a814f91b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 45 additions and 32 deletions

View file

@ -25,7 +25,6 @@ func main() {
flag.Parse()
opts := providerserver.ServeOpts{
// TODO(msanft): Verify that this will be the published name.
Address: "registry.terraform.io/edgelesssys/constellation",
Debug: debug,
}