brave-waitress-3546
02/19/2023, 9:40 AMartifactregistry.NewRepositoryIamMember(ctx, fmt.Sprintf("iam-member-%v",serviceAccount.Name), nil)
Gives me a resource name iam-member-{0x14000236a80}
Is there any way to convert it to a string properly. there are no methods to do so on the StringOutput itself, tried the ApplyT with type conversion to, give me the same result.billowy-army-68599
02/19/2023, 4:03 PM