sparse-intern-71089
12/11/2018, 9:59 PMbitter-oil-46081
12/11/2018, 10:09 PMfull-dress-10026
12/11/2018, 10:10 PMname
, no?bitter-oil-46081
12/11/2018, 10:20 PMname
to be unique across a region. I guess the name_prefix
property is exposed by terraform (and projected by pulumi as namePrefix
) was added to do the autonaming by default. When name is unset, you just get a resource with the name tf-<some-random-id>
I think explicitly setting name and then trying to do any operation which requires the resource to be replaced (and it looks like for TargetGroup changing many properties requires the entire resource to be replaced) is not going to work given that we don't set delete before create today. But @stocky-spoon-28903 or @microscopic-florist-22719 would know for certain.