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 have the following object
resource "panos_vm_information_source" "name" {
name = "name"
template_stack = "template_stack"
aws_vpc {
description = "terraform. "
source = "ec2.eu-west-1.amazonaws.com"
access_key_id = local.VM_SOURCE_API_KEY
secret_access_key = local.VM_SOURCE_SECRET
vpc_id = "some_vpc_id"
}
lifecycle {
create_before_destroy = true
}
}
During apply I have:
panos_vm_information_source.name: Creating...
╷
│ Error: Provider produced inconsistent result after apply
│
│ When applying changes to panos_vm_information_source.name, provider "provider["registry.terraform.io/paloaltonetworks/panos"]" produced an unexpected new value: Root object was present, but now absent.
│
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.
Panorama object created successfully.
Expected behavior
Create the object, read it state, write terraform state
Current behavior
Create the object, error, no terraform state
Your Environment
paloaltonetworks/panos v1.11.1.
Panorama: Software Version | 10.2.4-h4
Terraform v1.6.3
The text was updated successfully, but these errors were encountered:
Describe the bug
I have the following object
resource "panos_vm_information_source" "name" {
name = "name"
template_stack = "template_stack"
aws_vpc {
description = "terraform. "
source = "ec2.eu-west-1.amazonaws.com"
access_key_id = local.VM_SOURCE_API_KEY
secret_access_key = local.VM_SOURCE_SECRET
vpc_id = "some_vpc_id"
}
}
During apply I have:
panos_vm_information_source.name: Creating...
╷
│ Error: Provider produced inconsistent result after apply
│
│ When applying changes to panos_vm_information_source.name, provider "provider["registry.terraform.io/paloaltonetworks/panos"]" produced an unexpected new value: Root object was present, but now absent.
│
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.
Panorama object created successfully.
Expected behavior
Create the object, read it state, write terraform state
Current behavior
Create the object, error, no terraform state
Your Environment
paloaltonetworks/panos v1.11.1.
Panorama: Software Version | 10.2.4-h4
Terraform v1.6.3
The text was updated successfully, but these errors were encountered: