Diagnostics: oci:Core:Instance (TEST-SRV-ORACLE1...
# getting-started
e
Diagnostics: ociCoreInstance (TEST-SRV-ORACLE19): error: expected property name after '.'
d
This should be fixed in pulumi v3.91.0
e
i am using that version Enter your passphrase to unlock config/secrets CLI Version 3.91.0 Go Version go1.21.3 Go Compiler gc Plugins NAME VERSION oci 1.7.0 python unknown Host OS ubuntu Version 22.04 Arch x86_64
d
Can you report it here so they know the fix might not be complete: https://github.com/pulumi/pulumi/issues/14335
e
sure, tnks 🙂
d
Just checking, is the python dependency also updated to v3.91?
e
uhm i dont know how to check that 😅,is there any command?
d
It'll be in the requirements.txt file. If you're using the default setup, you can do
./venv/bin/pip show pulumi
e
david@PTDAVIDGG:~/pulumi$ ./venv/bin/pip show pulumi Name: pulumi Version: 3.78.1 Summary: Pulumi's Python SDK Home-page: https://github.com/pulumi/pulumi Author: Author-email: License: Apache 2.0 Location: /home/david/pulumi/venv/lib/python3.10/site-packages Requires: dill, grpcio, protobuf, pyyaml, semver, six Required-by: pulumi-oci
wow
it must be that
d
The regression happened in v3.90.x, so I don't think it's that. Feel free to upgrade it regardless
e
Yep, same error. Okay, I am going to report it on GitHub. I will let you know if there is any news. Thanks, you are very kind
d
For a workaround, you can downgrade the cli to v3.89.0 https://www.pulumi.com/docs/install/#installing-betas-and-previous-versions
e
Awesome!
You rock