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
Existing route table should have been associated with all existing private subnets listed as a map in var.prvsubnet_id.
Actual Behaviour
4 of 5 subnets in the map were successfully associated with the route table, the 5th failed. Error provided states:
│ Error: Provider produced inconsistent result after apply
│
│ When applying changes to module.routes.azurerm_subnet_route_table_association.naas_private_routetable_association["inf"], provider "provider["registry.terraform.io/hashicorp/azurerm"]" produced an unexpected new value: Root resource was present, but now absent.
│
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.
Steps to Reproduce
terraform apply
Important Factoids
References
I assume this is provider-related, based on the error presented and this issue:
Community Note
Terraform (and AzureRM Provider) Version
Terraform v1.0.4
Affected Resource(s)
azurerm_subnet_route_table_association
azurerm_XXXXX
Terraform Configuration Files
Debug Output
Panic Output
Expected Behaviour
Existing route table should have been associated with all existing private subnets listed as a map in var.prvsubnet_id.
Actual Behaviour
4 of 5 subnets in the map were successfully associated with the route table, the 5th failed. Error provided states:
│ Error: Provider produced inconsistent result after apply
│
│ When applying changes to module.routes.azurerm_subnet_route_table_association.naas_private_routetable_association["inf"], provider "provider["registry.terraform.io/hashicorp/azurerm"]" produced an unexpected new value: Root resource was present, but now absent.
│
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.
Steps to Reproduce
terraform apply
Important Factoids
References
I assume this is provider-related, based on the error presented and this issue:
hashicorp/terraform#20688
This issue also appears related:
#10227
The text was updated successfully, but these errors were encountered: