Skip to content

Commit

Permalink
Make the value of elb attributes reffable (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
keerts authored and brabster committed Oct 28, 2018
1 parent 23e7be9 commit f4d2c1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/crucible/aws/.#elbv2.clj
2 changes: 1 addition & 1 deletion src/crucible/aws/elbv2/load_balancer.clj
Expand Up @@ -6,7 +6,7 @@
;; http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html

(s/def ::key string?)
(s/def ::value string?)
(s/def ::value (spec-or-ref string?))
(s/def ::name (spec-or-ref string?))
(s/def ::scheme (spec-or-ref #{"internet-facing" "internal"}))
(s/def ::type (spec-or-ref #{"application" "network"}))
Expand Down

0 comments on commit f4d2c1a

Please sign in to comment.