outerbounds / terraform-aws-metaflow

Deploy production-grade Metaflow cloud infrastructure on AWS
https://registry.terraform.io/modules/outerbounds/metaflow/aws/latest
Apache License 2.0
58 stars 49 forks source link

Terraform Apply Surfaces Tags Not In Terraform Plan #62

Open emekdahl opened 1 year ago

emekdahl commented 1 year ago

When using the minimal terraform example in the readme that leverages the metaflow terraform module, terraform apply surfaced tags that were not in terraform plan.

Here's an example output:

Error: Provider produced inconsistent final plan

When expanding the plan for module.metaflow.module.metaflow-metadata-service.aws_ecs_cluster.this 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 "Metaflow" 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.metaflow.module.metaflow-metadata-service.aws_ecs_cluster.this 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.metaflow.module.metaflow-metadata-service.aws_ecs_cluster.this 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 "managedBy" 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.metaflow.module.metaflow-datastore.aws_db_subnet_group.this 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 "Metaflow" 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.metaflow.module.metaflow-datastore.aws_db_subnet_group.this 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.metaflow.module.metaflow-datastore.aws_db_subnet_group.this 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 "managedBy" has appeared.