```VM_SIZE = pulumi_azure_native.containerservice....
# python
h
Copy code
VM_SIZE = pulumi_azure_native.containerservice.ContainerServiceVMSizeTypes(
        config.require('vmSize'),
)
is there a pitfall here that i don't see yet?