tall-computer-65747
04/11/2023, 2:42 PMOutputUtilities.GetValueAsync
to test the output values of tags etc, but I want to be able to test the Protect
value from the CustomResourceOptions
set for a resource. I am struggling to do this currently and cannot seem to find a way to pull any values from the CustomResourceOptions
configuration. Is there a way to do this? Thanks 👍
var serviceAccountDisplayNames = (
await Task.WhenAll(
_resources
.OfType<ServiceAccount>()
.Select(t => OutputUtilities.GetValueAsync(t.DisplayName))
)
);
echoing-dinner-19531
04/12/2023, 2:00 PMtall-computer-65747
04/14/2023, 8:33 AMechoing-dinner-19531
04/14/2023, 8:36 AMtall-computer-65747
04/19/2023, 10:41 AM