Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot create NodeBalancer resource #366

Open
tienhuynh5312 opened this issue Sep 28, 2023 · 1 comment
Open

Cannot create NodeBalancer resource #366

tienhuynh5312 opened this issue Sep 28, 2023 · 1 comment
Labels
area/providers kind/bug Some behavior is incorrect or out of spec

Comments

@tienhuynh5312
Copy link

What happened?

When create a nodebalancer resource, pulumi returns error
linode:index:NodeBalancer (control-node-balancer): error: Cannot bridge Terraform resource "linode_nodebalancer" to Pulumi: the "id" attribute has type tftypes.Number but only tftypes.String is supported

Example

control_node_balancer = linode.NodeBalancer("control-node-balancer",
    client_conn_throttle=20,
    label="lb-control-node",
    region=config.get("region"),
    tags=["control-nodes","load-balancer"])

Output of pulumi about

CLI
Version      3.86.0
Go Version   go1.21.1
Go Compiler  gc

Plugins
NAME    VERSION
aws     6.2.1
linode  4.6.1
python  unknown

Host
OS       Microsoft Windows 11 Pro
Version  10.0.22621 Build 22621
Arch     x86_64

This project is written in python: executable='C:\Users\<redacted>\Documents\Infrastructure\Linode\kubernetes-cluster\venv\Scripts\python.exe' version='3.11.5'

Current Stack: organization/kubernetes-cluster/dev

Found no resources associated with dev

Found no pending operations associated with dev

Backend
Name          <redacted>
URL            file://~
User           <redacted>
Organizations
Token type     personal

Dependencies:
NAME           VERSION
pip            23.2.1
pulumi-aws     6.2.1
pulumi-linode  4.6.1
setuptools     68.2.2
wheel          0.41.2

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).

@tienhuynh5312 tienhuynh5312 added kind/bug Some behavior is incorrect or out of spec needs-triage Needs attention from the triage team labels Sep 28, 2023
@mikhailshilkov mikhailshilkov added area/providers and removed needs-triage Needs attention from the triage team labels Sep 29, 2023
@mikhailshilkov mikhailshilkov added this to the 0.95 milestone Sep 29, 2023
@mikhailshilkov
Copy link
Member

@tienhuynh5312 Thank you for reporting this, that's definitely a bug, we'll work on a fix next week.

@mikhailshilkov mikhailshilkov removed this from the 0.95 milestone Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/providers kind/bug Some behavior is incorrect or out of spec
Projects
None yet
Development

No branches or pull requests

2 participants