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
2024-12-10T00:13:54.225Z [WARN] Provider "provider[\"registry.terraform.io/kislerdm/neon\"]" produced an unexpected new value for module.single_tenant_fullstack[0].module.neon_database.neon_project.default, but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .allowed_ips: element 0 has vanished
- .allowed_ips: element 1 has vanished
- .allowed_ips: element 2 has vanished
Panic Output
N/A
Expected Behavior
When the plan shows a list of IP addresses to be added, the allowed IPs should reflect the list of IP addresses after applying the plan.
Actual Behavior
The allowed IPs is always empty after applying.
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
Upgrade to 0.6.3
Update list of IP addresses to add an IP address
Run terraform plan, shows the new IP address to be added
Run terraform apply, all allowed_ips are cleared out
Important Factoids
We are using Terraform Cloud
References
None
The text was updated successfully, but these errors were encountered:
Hi @kislerdm, you might remember me from #96. @garethivatt is one of the engineers on my team, and he ran into this bug, so I told him to file an issue with you. Thanks in advance for your help! 🙏🏼
We upgraded to 0.6.3 and now when we run apply it is clearing out our allowed IPs.
Terraform Version
1.5.5
Provider Version
0.6.3
Affected Resource(s)
Terraform Configuration Files
Debug Output
https://gist.github.com/garethivatt/a58feec7cc2101d2530dd24bfb5e8f16
Key Debug Output
Panic Output
N/A
Expected Behavior
When the plan shows a list of IP addresses to be added, the allowed IPs should reflect the list of IP addresses after applying the plan.
Actual Behavior
The allowed IPs is always empty after applying.
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform plan
, shows the new IP address to be addedterraform apply
, allallowed_ips
are cleared outImportant Factoids
We are using Terraform Cloud
References
None
The text was updated successfully, but these errors were encountered: