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'm using latest version 0.22.0 of the provider with Terraform v1.3.9 and I'm unable to add a Storage Network IP to an existing server (what in PNAP is known as "Assign a server to a network").
pnap_server.agent_1: Modifying... [id=XXX]
╷
│ Error: unsupported action
│
│ with pnap_server.agent_1,
│ on pnap_servers.tf line 159, in resource "pnap_server" "agent_1":
│ 159: resource "pnap_server" "agent_1" {
After the error, the next plan doesn't detect that the change is pending but in the UI we cannot see the assignment and via API we don't see the IP being allocated (although in the state file it was saved as done):
No changes. Your infrastructure matches the configuration.
Terraform has compared your real infrastructure against your configuration and found no differences, so no changes are needed.
Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
Let me know what I can do to help troubleshoot this issue.
The text was updated successfully, but these errors were encountered:
Description
I'm using latest version 0.22.0 of the provider with Terraform v1.3.9 and I'm unable to add a
Storage Network
IP to an existing server (what in PNAP is known as "Assign a server to a network").Steps-to-reproduce
I have a set of servers created like:
I created a storage network, so I updated the resource to:
When I run
terraform plan
I see the change:But we get an error on apply:
After the error, the next plan doesn't detect that the change is pending but in the UI we cannot see the assignment and via API we don't see the IP being allocated (although in the state file it was saved as done):
Let me know what I can do to help troubleshoot this issue.
The text was updated successfully, but these errors were encountered: