remove cluster property from aws context

Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
aiordache 2020-07-16 16:32:37 +02:00
parent 355295696f
commit fb63373a9b
7 changed files with 130 additions and 40 deletions

View file

@ -52,7 +52,6 @@ type AciContext struct {
// AwsContext is the context for the AWS backend
type AwsContext struct {
Profile string `json:",omitempty"`
Cluster string `json:",omitempty"`
Region string `json:",omitempty"`
}