This message was deleted.
# python
s
This message was deleted.
a
To me it seems as it's expecting
InstanceRootBlockDeviceArgs
but you are passing a list of a single
InstanceRootBlockDeviceArgs
in the code you posted. The definition does not seem to expect a list:
Copy code
root_block_device: Optional[pulumi.Input[pulumi.InputType['InstanceRootBlockDeviceArgs']]] = None,
b
Thanks for replying and pointing me in the right direction. The issue was the subnet_id.