You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading to pulumi-openstack v5.0.0 loadbalancer.Loadbalancer is not available anymore. Instead the resource seems to have been replaced with LbLoadbalancerV2. The crux here is that this resource is mapped at index and not in the loadbalancer module/package - like for example loadbalancer.L7PolicyV2.
This seems to be true for multiple resources - see "Affected Resource(s)".
To fix this, the resources need a proper mapping in resources.go. For example like this, I guess:
Running /$HOME/.pulumi/3.135.0/pulumi/pulumi about
CLI
Version 3.135.0
Go Version go1.23.1
Go Compiler gc
Plugins
KIND NAME VERSION
resource aws 6.54.1
resource kubernetes 4.18.1
resource openstack 5.0.0
language python unknown
resource random 4.16.5
resource tls 5.0.7
Host
OS darwin
Version 15.0
Arch arm64
This project is written in python: executable='$PROJECT_DIR/.venv/bin/python' version='3.12.6'
Current Stack: $ORGA/$PROJECT/test
TYPE URN
$RESOURCES
Found no pending operations associated with test
Backend
Name https://$PULUMI_BACKEND_URL
URL https://$PULUMI_BACKEND_URL/Stefan-Prietl
User Stefan-Prietl
Organizations Stefan-Prietl, $ORGAS
Token type personal
Dependencies:
NAME VERSION
annotated-types 0.7.0
ansible-core 2.17.4
pip 24.0
pre-commit 3.8.0
pydantic_core 2.23.4
pyright 1.1.381
pytest-cov 5.0.0
rope 1.13.0
ruff 0.6.7
ruyaml 0.91.0
typer 0.12.5
yamllint 1.35.1
Pulumi locates its logs in /var/folders/5b/dd8bgp9178s13b8bm4g7vhs40000gn/T/ by default
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered:
Describe what happened
After upgrading to pulumi-openstack v5.0.0
loadbalancer.Loadbalancer
is not available anymore. Instead the resource seems to have been replaced withLbLoadbalancerV2
. The crux here is that this resource is mapped atindex
and not in theloadbalancer
module/package - like for exampleloadbalancer.L7PolicyV2
.This seems to be true for multiple resources - see "Affected Resource(s)".
To fix this, the resources need a proper mapping in
resources.go
. For example like this, I guess:Sample program
Log output
No response
Affected Resource(s)
Output of
pulumi about
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: