prima-twig 0.62.100 → 0.62.101
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/bin/twig-build +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8de542856bd311cef69b859b541d750dfe5b0a6088ae5b0a9c8c4fcccb570dcb
|
|
4
|
+
data.tar.gz: c8dec027b2eb594f29c6dbe79372b79a386ff8eb69a23250ea29a281d86f9ef1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2d5a66d34b58c4eab768944b99573834361587bef3a49926f6664d9f4805ee523c6c7aee8c38eed14c2b85ea14c9a952c5c1375a11a68ee0057d61a7d640d80a
|
|
7
|
+
data.tar.gz: 76b58b42b9e572ad131aa0259388c2290a53e45db5f9d416995b108ef9a98c4c9e8c9b71778a631ba65c91ff9f68d58a48ba7815d670fa00d631d38a879a5283
|
data/bin/twig-build
CHANGED
|
@@ -163,7 +163,7 @@ class Build
|
|
|
163
163
|
@s3.get_object({bucket: "prima-deploy", key: 'cloudformation/stacks/task/db.yml', response_target: 'cloudformation/stacks/task/db.yml'})
|
|
164
164
|
@s3.get_object({bucket: "prima-deploy", key: 'cloudformation/stacks/task/otel-agent.yml', response_target: 'cloudformation/stacks/task/otel-agent.yml'})
|
|
165
165
|
@s3.get_object({bucket: "prima-deploy", key: 'cloudformation/stacks/route53/qa.yml', response_target: 'cloudformation/stacks/route53/qa.yml'})
|
|
166
|
-
@s3.get_object({bucket: "prima-deploy", key: 'cloudformation/stacks/asg/ecs-asg-allinone.yml', response_target: 'cloudformation/stacks/asg/ecs-asg-allinone.yml'})
|
|
166
|
+
@s3.get_object({bucket: "prima-deploy", key: 'cloudformation/stacks/asg/ecs-asg-allinone-test.yml', response_target: 'cloudformation/stacks/asg/ecs-asg-allinone-test.yml'})
|
|
167
167
|
@s3.get_object({bucket: "prima-deploy", key: 'cloudformation/stacks/ecs-cluster.yml', response_target: 'cloudformation/stacks/ecs-cluster.yml'})
|
|
168
168
|
@s3.get_object({bucket: "prima-deploy", key: 'cloudformation/stacks/elb/alb-public-qa.yml', response_target: 'cloudformation/stacks/elb/alb-public-qa.yml'})
|
|
169
169
|
end
|
|
@@ -1752,7 +1752,7 @@ class Build
|
|
|
1752
1752
|
end
|
|
1753
1753
|
|
|
1754
1754
|
def create_asg_stack(stack_name, tags = [])
|
|
1755
|
-
stack_body = IO.read('cloudformation/stacks/asg/ecs-asg-allinone.yml')
|
|
1755
|
+
stack_body = IO.read('cloudformation/stacks/asg/ecs-asg-allinone-test.yml')
|
|
1756
1756
|
parameters = [
|
|
1757
1757
|
{
|
|
1758
1758
|
parameter_key: "Environment",
|