mirror of
https://github.com/docker/compose.git
synced 2025-05-03 06:00:13 +02:00
Signed-off-by: aiordache <anca.iordache@docker.com> Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
9 lines
218 B
Go
9 lines
218 B
Go
package amazon
|
|
|
|
const (
|
|
ExtensionSecurityGroup = "x-aws-securitygroup"
|
|
ExtensionVPC = "x-aws-vpc"
|
|
ExtensionPullCredentials = "x-aws-pull_credentials"
|
|
ExtensionLB = "x-aws-loadbalancer"
|
|
)
|