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

little-notebook-32921

12/12/2021, 9:10 PM
@ambitious-salesmen-39356 it's just barking at you over redundant type declatration, it's automatically assuming any of the underlying elements are already a map[string]interface{} from the top level declaration. Since an interface{} is in all reality an ambiguous type it won't complain about the "Version" field either.
1
3 Views