https://pulumi.com logo
#golang
Title
m

most-mouse-38002

09/01/2022, 4:49 PM
Trying to ApplyT on a
IDOutput
I get
Copy code
panic: applier must have 1 input parameter assignable from pulumi.ID
Code is as follows
Copy code
scope := x.ID().
		ApplyT(func(data string) string {
			return data + "providers/Microsoft.Network"
		}).(pulumi.StringOutput)
4 Views