@studion/infra-code-blocks 0.1.4 → 0.1.5

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.
@@ -132,7 +132,7 @@ class WebServer extends pulumi.ComponentResource {
132
132
  tags: constants_1.commonTags,
133
133
  }, { parent: this });
134
134
  const lbTlsListener = new aws.lb.Listener(`${this.name}-lb-listener-443`, {
135
- loadBalancerArn: this.lb.arn,
135
+ loadBalancerArn: lb.arn,
136
136
  port: 443,
137
137
  protocol: 'HTTPS',
138
138
  sslPolicy: 'ELBSecurityPolicy-2016-08',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@studion/infra-code-blocks",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Studion common infra components",
5
5
  "keywords": [
6
6
  "infrastructure",