mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 14:26:23 -04:00
Remove iamid package
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
23394ea2e2
commit
21c80e7bf3
10 changed files with 81 additions and 115 deletions
|
@ -11,7 +11,6 @@ import (
|
|||
|
||||
"github.com/edgelesssys/constellation/v2/cli/internal/cloudcmd"
|
||||
"github.com/edgelesssys/constellation/v2/cli/internal/clusterid"
|
||||
"github.com/edgelesssys/constellation/v2/cli/internal/iamid"
|
||||
"github.com/edgelesssys/constellation/v2/cli/internal/terraform"
|
||||
"github.com/edgelesssys/constellation/v2/internal/cloud/cloudprovider"
|
||||
"github.com/edgelesssys/constellation/v2/internal/cloud/gcpshared"
|
||||
|
@ -29,7 +28,7 @@ type cloudIAMCreator interface {
|
|||
ctx context.Context,
|
||||
provider cloudprovider.Provider,
|
||||
opts *cloudcmd.IAMConfigOptions,
|
||||
) (iamid.File, error)
|
||||
) (cloudcmd.IAMOutput, error)
|
||||
}
|
||||
|
||||
type iamDestroyer interface {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue