Hello everyone, I have some questions about resour...
# python
l
Hello everyone, I have some questions about resource constructor For example, machine_type is required to create a GCP compute instance, but why all arguments except resource name are Optional?
d
This looks like a bug in the codegen. As a workaround, you can pass in the
InstanceArgs
object instead of the kwargs directly