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
$ TF_LINODE=DEBUG LINODE_DEBUG=1 tofu apply
data.linode_database_engines.mysql: Reading...
data.linode_database_engines.mysql: Read complete after 1s [id=ydYKW7tJhAYcB/HPdwoZZrDLBojkLGRm++rvf7Z7ye+VODZvOimyMgy9x+8AHMmVElA8Fi94w3CZ6IXAPIAD7g==]
Changes to Outputs:
+ supported_mysql = [
+ "mysql/8",
+ "postgresql/13",
+ "postgresql/14",
+ "postgresql/15",
+ "postgresql/16",
]
You can apply this plan to save these new output values to the OpenTofu state, without changing any real infrastructure.
Do you want to perform these actions?
OpenTofu will perform the actions described above.
Only 'yes' will be accepted to approve.
Enter a value: yes
Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
Outputs:
supported_mysql = tolist([
"mysql/8",
"postgresql/13",
"postgresql/14",
"postgresql/15",
"postgresql/16",
])
Hi, thanks for reporting this bug! I was able to reproduce the issue and the problem appears to be with the underlying API call. We have passed this along to the appropriate team. Thanks!
Terraform Version
OpenTofu v1.8.3 on darwin_arm64
Linode Provider Version
v2.29.1
Effected Terraform Resources
data.linode_database_engines
Terraform Config Files
Debug Output
Panic Output
No response
Expected Behavior
Outputs:
Actual Behavior
Outputs:
Steps to Reproduce
tofu apply
The text was updated successfully, but these errors were encountered: