mirror of
https://github.com/docker/compose.git
synced 2025-12-01 19:14:20 +01:00
Signed-off-by: aiordache <anca.iordache@docker.com> Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
9 lines
208 B
Go
9 lines
208 B
Go
package amazon
|
|
|
|
const (
|
|
ExtensionSecurityGroup = "x-aws-securitygroup"
|
|
ExtensionVPC = "x-aws-vpc"
|
|
ExtensionPullCredentials = "x-aws-pull_credentials"
|
|
ExtensionLB = "x-aws-lb"
|
|
)
|