We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I am somehow not able to import vlans.
resource "phpipam_vlan" "test" { number = 1 name = "test" l2_domain_id = 1 }
when I do terraform import phpipam_vlan.test 19
terraform import phpipam_vlan.test 19
it gives me the error
╷ │ Error: vlan_id or number not defined, cannot proceed with reading data │ │ ╵
phpipam version: v1.7.0 dbversion 41 Terraform v1.7.4 provider registry.terraform.io/lord-kyron/phpipam v1.5.2
The text was updated successfully, but these errors were encountered:
created #88 for this. please review.
Sorry, something went wrong.
PR merged #88
No branches or pull requests
Hi,
I am somehow not able to import vlans.
when I do
terraform import phpipam_vlan.test 19
it gives me the error
phpipam version: v1.7.0 dbversion 41
Terraform v1.7.4
provider registry.terraform.io/lord-kyron/phpipam v1.5.2
The text was updated successfully, but these errors were encountered: