mirror of
https://github.com/docker/compose.git
synced 2026-08-27 03:45:29 +00:00
remove cluster property from aws context
Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
parent
355295696f
commit
fb63373a9b
7 changed files with 130 additions and 40 deletions
|
|
@ -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"`
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue