gmichels / terraform-provider-adguard

Terraform provider for AdGuard
https://registry.terraform.io/providers/gmichels/adguard/latest/docs
MIT License
9 stars 4 forks source link

Update import.sh #89

Closed durandguru closed 6 months ago

durandguru commented 6 months ago

terraform import adguard_dns_config.test "1" should be terraform import adguard_config.test "1"

gmichels commented 6 months ago

Thanks for reporting. There are a couple other minor places to make that adjustment, and then the auto-doc generator needs to be executed to update the final docs, so I will close this and do the work via #91.