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
I am encountering a critical error while deploying my infrastructure using Terraform with the Hetzner Cloud provider. The error messages indicate an issue with unmarshalling a large number into the Action.action.id field, which seems to be an unexpected data type conversion error.
Error Details:
Error: json: cannot unmarshal number 526193626983170 into Go struct field Action.action.id of type int
│
│ with hcloud_network_subnet.network-subnet,
│ on main.tf line 20, in resource "hcloud_network_subnet" "network-subnet":
│ 20: resource "hcloud_network_subnet" "network-subnet" {
│
╵
╷
│ Error: hcloud/inlineAttachServerToNetwork: attach server to network: json: cannot unmarshal number 526193626983187 into Go struct field Action.action.id of type int
│
│ with hcloud_server.server[0],
│ on main.tf line 47, in resource "hcloud_server" "server":
│ 47: resource "hcloud_server" "server" {
│
╷
│ Error: hcloud/inlineAttachServerToNetwork: attach server to network: json: cannot unmarshal number 526193626983189 into Go struct field Action.action.id of type int
│
│ with hcloud_server.agent[2],
│ on main.tf line 68, in resource "hcloud_server" "agent":
│ 68: resource "hcloud_server" "agent" {
│
╵
╷
│ Error: hcloud/inlineAttachServerToNetwork: attach server to network: json: cannot unmarshal number 526193626983192 into Go struct field Action.action.id of type int
│
│ with hcloud_server.agent[0],
│ on main.tf line 68, in resource "hcloud_server" "agent":
│ 68: resource "hcloud_server" "agent" {
│
╵
╷
│ Error: hcloud/inlineAttachServerToNetwork: attach server to network: json: cannot unmarshal number 526193626983191 into Go struct field Action.action.id of type int
│
│ with hcloud_server.agent[1],
│ on main.tf line 68, in resource "hcloud_server" "agent":
│ 68: resource "hcloud_server" "agent" {
Could you please provide guidance or insights into why this error is occurring, and what additional steps I can take to resolve it?
For more details, please see the attached file containing my error details.
I look forward to your assistance and appreciate your help in resolving this matter.
The text was updated successfully, but these errors were encountered:
Dear Hetzner Cloud Support Team,
I am encountering a critical error while deploying my infrastructure using Terraform with the Hetzner Cloud provider. The error messages indicate an issue with unmarshalling a large number into the Action.action.id field, which seems to be an unexpected data type conversion error.
Error Details:
Error: json: cannot unmarshal number 526193626983170 into Go struct field Action.action.id of type int
│
│ with hcloud_network_subnet.network-subnet,
│ on main.tf line 20, in resource "hcloud_network_subnet" "network-subnet":
│ 20: resource "hcloud_network_subnet" "network-subnet" {
│
╵
╷
│ Error: hcloud/inlineAttachServerToNetwork: attach server to network: json: cannot unmarshal number 526193626983187 into Go struct field Action.action.id of type int
│
│ with hcloud_server.server[0],
│ on main.tf line 47, in resource "hcloud_server" "server":
│ 47: resource "hcloud_server" "server" {
│
╷
│ Error: hcloud/inlineAttachServerToNetwork: attach server to network: json: cannot unmarshal number 526193626983189 into Go struct field Action.action.id of type int
│
│ with hcloud_server.agent[2],
│ on main.tf line 68, in resource "hcloud_server" "agent":
│ 68: resource "hcloud_server" "agent" {
│
╵
╷
│ Error: hcloud/inlineAttachServerToNetwork: attach server to network: json: cannot unmarshal number 526193626983192 into Go struct field Action.action.id of type int
│
│ with hcloud_server.agent[0],
│ on main.tf line 68, in resource "hcloud_server" "agent":
│ 68: resource "hcloud_server" "agent" {
│
╵
╷
│ Error: hcloud/inlineAttachServerToNetwork: attach server to network: json: cannot unmarshal number 526193626983191 into Go struct field Action.action.id of type int
│
│ with hcloud_server.agent[1],
│ on main.tf line 68, in resource "hcloud_server" "agent":
│ 68: resource "hcloud_server" "agent" {
Could you please provide guidance or insights into why this error is occurring, and what additional steps I can take to resolve it?
For more details, please see the attached file containing my error details.
I look forward to your assistance and appreciate your help in resolving this matter.
The text was updated successfully, but these errors were encountered: