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
With the latest 1.19.0, on pulumi up I get the following error:
Diagnostics: hcloud:index:NetworkSubnet (foonet): error: hcloud:index/networkSubnet:NetworkSubnet resource 'foonet' has a problem: Attribute must be a whole number, got 4229314. Examine values at 'foonet.networkId'.
Instead if I downgrade to 1.18.1 it works as expected.
CLI
Version 3.115.2
Go Version go1.22.2
Go Compiler gc
Plugins
KIND NAME VERSION
resource command 0.10.0
resource hcloud 1.19.0
resource kubernetes 4.11.0
language python unknown
Host
OS fedora
Version 40
Arch x86_64
This project is written in python: executable='/usr/bin/python3' version='3.12.3'
Current Stack: organization/hetzner-k8s/dev
TYPE URN
pulumi:pulumi:Stack urn:pulumi:dev::hetzner-k8s::pulumi:pulumi:Stack::hetzner-k8s-dev
pulumi:providers:hcloud urn:pulumi:dev::hetzner-k8s::pulumi:providers:hcloud::default_1_19_0
hcloud:index/network:Network urn:pulumi:dev::hetzner-k8s::hcloud:index/network:Network::mynet
Found no pending operations associated with dev
Backend
Name 1092c12381af
URL file://~
User root
Organizations
Token type personal
Dependencies:
NAME VERSION
ansible-core 2.16.6
argcomplete 3.3.0
kubernetes 29.0.0
libdnf5 5.1.17
pip 23.3.2
pulumi_command 0.10.0
pulumi_hcloud 1.19.0
pulumi_kubernetes 4.11.0
wheel 0.41.2
Pulumi locates its logs in /tmp 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:
What happened?
Hi,
consider the following example code.
With the latest
1.19.0
, onpulumi up
I get the following error:Instead if I downgrade to
1.18.1
it works as expected.Thanks
Example
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: