Skip to content

Commit

Permalink
fix: fixed linode configs
Browse files Browse the repository at this point in the history
  • Loading branch information
ArshiaBP committed Dec 23, 2024
1 parent 8ae132f commit 1f15231
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ var TablesToResourceTypes = map[string]string{
"linode_firewall": "Linode/Firewall",
"linode_image": "Linode/Image",
"linode_kubernetes_cluster": "Linode/Kubernetes/Cluster",
"linode_event": "Linode/Event",
"linode_instance": "Linode/Instance",
"linode_longview_client": "Linode/Longview/Client",
"linode_node_balancer": "Linode/NodeBalancer",
Expand All @@ -24,6 +25,7 @@ var ResourceTypesList = []string{
"Linode/Firewall",
"Linode/Image",
"Linode/Kubernetes/Cluster",
"Linode/Event",
"Linode/Instance",
"Linode/Longview/Client",
"Linode/NodeBalancer",
Expand Down

0 comments on commit 1f15231

Please sign in to comment.