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

loud-country-64927

09/30/2023, 2:57 AM
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

dry-keyboard-94795

09/30/2023, 8:06 AM
This looks like a bug in the codegen. As a workaround, you can pass in the
InstanceArgs
object instead of the kwargs directly