Little confused about how resources are tracked - ...
# general
h
Little confused about how resources are tracked - if I create a LoadBalancer instance (
new aws.elasticloadbalancingv2.LoadBalancer(...)
) will it be recognized as a resource to be tracked? If not, how do I transform it such that it will be tracked?
s
Hi @hundreds-musician-51496! The constructor registers the resource with the runtime, which is how they are then tracked
h
Ok cool ... thank yo8u!
h
Awesome!