Last active
August 26, 2016 05:47
-
-
Save mweagle/e67663a7b90c2183fd92ea97c8a7f937 to your computer and use it in GitHub Desktop.
Spartav0.8.0_envVars
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Environment: &gocf.EC2ContainerServiceTaskDefinitionContainerDefinitionsEnvironmentList{ | |
gocf.EC2ContainerServiceTaskDefinitionContainerDefinitionsEnvironment{ | |
Name: gocf.String("AWS_REGION"), | |
Value: gocf.Ref("AWS::Region").String(), | |
}, | |
gocf.EC2ContainerServiceTaskDefinitionContainerDefinitionsEnvironment{ | |
Name: gocf.String(sqsQueueURLEnvVar), | |
Value: gocf.Ref(sqsResourceName).String(), | |
}, | |
gocf.EC2ContainerServiceTaskDefinitionContainerDefinitionsEnvironment{ | |
Name: gocf.String(sqsQueueNameEnvVar), | |
Value: gocf.GetAtt(sqsResourceName, "QueueName").String(), | |
}, | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment