When i run the terraform apply i got an error in the first time, after run again the terraform apply normally:
module.ec2-eu-central-1.module.bigip.random_id.module_id: Creating...
module.ec2-eu-central-1.module.bigip.random_string.dynamic_password: Creating...
module.ec2-eu-central-1.module.bigip.random_id.module_id: Creation complete after 0s [id=rVg]
module.ec2-eu-central-1.module.bigip.random_string.dynamic_password: Creation complete after 0s [id=qANdjFzATovN2kvN]
module.ec2-eu-central-1.aws_key_pair.key: Creating...
module.ec2-eu-central-1.aws_security_group.allow_all: Creating...
module.ec2-eu-central-1.aws_key_pair.key: Creation complete after 1s [id=terraform-key]
module.ec2-eu-central-1.aws_security_group.allow_all: Creation complete after 5s [id=sg-0d40770aa34dd9b6f]
╷
│ Error: Provider produced inconsistent final plan
│
│ When expanding the plan for module.ec2-eu-central-1.module.bigip.aws_network_interface.private1[0] to include new values learned so far during apply, provider "registry.terraform.io/hashicorp/aws" produced an
│ invalid new value for .tags_all: new element "Name" has appeared.
│
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.
╵
╷
│ Error: Provider produced inconsistent final plan
│
│ When expanding the plan for module.ec2-eu-central-1.module.bigip.aws_network_interface.private1[0] to include new values learned so far during apply, provider "registry.terraform.io/hashicorp/aws" produced an
│ invalid new value for .tags_all: new element "Prefix" has appeared.
│
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.
╵
╷
│ Error: Provider produced inconsistent final plan
│
│ When expanding the plan for module.ec2-eu-central-1.module.bigip.aws_network_interface.mgmt1[0] to include new values learned so far during apply, provider "registry.terraform.io/hashicorp/aws" produced an
│ invalid new value for .tags_all: new element "Name" has appeared.
│
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.
╵
╷
│ Error: Provider produced inconsistent final plan
│
│ When expanding the plan for module.ec2-eu-central-1.module.bigip.aws_network_interface.mgmt1[0] to include new values learned so far during apply, provider "registry.terraform.io/hashicorp/aws" produced an
│ invalid new value for .tags_all: new element "Prefix" has appeared.
│
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.
╵
╷
│ Error: Provider produced inconsistent final plan
│
│ When expanding the plan for module.ec2-eu-central-1.module.bigip.aws_network_interface.public1[0] to include new values learned so far during apply, provider "registry.terraform.io/hashicorp/aws" produced an
│ invalid new value for .tags_all: new element "Name" has appeared.
│
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.
╵
╷
│ Error: Provider produced inconsistent final plan
│
│ When expanding the plan for module.ec2-eu-central-1.module.bigip.aws_network_interface.public1[0] to include new values learned so far during apply, provider "registry.terraform.io/hashicorp/aws" produced an
│ invalid new value for .tags_all: new element "Prefix" has appeared.
│
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.
╵
Releasing state lock. This may take a few moments...
When i run the terraform apply i got an error in the first time, after run again the terraform apply normally:
Config used: