-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
Description
Hi,
I create a network object foo:
resource "ciscoasa_network_object" "ipv4host" {
name = "foo"
value = "192.168.10.5"
}
delete tfstate file and while trying to import resource getting an error:
terraform import ciscoasa_network_object.ipv4host foo
Error: resource ciscoasa_network_object doesn't support import
Same issue on all other available resources:
https://registry.terraform.io/providers/hashicorp/ciscoasa/latest/docs
Nothing4You, victor-varjo and wkwiat-axs