terraform-aws-modules / terraform-aws-acm

Terraform module to create AWS ACM resources 🇺🇦
https://registry.terraform.io/modules/terraform-aws-modules/acm/aws
Apache License 2.0
184 stars 230 forks source link

Error on acm module apply #107

Closed dnyaneshwarsonawane closed 2 years ago

dnyaneshwarsonawane commented 2 years ago

Description

Getting the following error while provisioning ACM using this module.

module.app_stack_acm.aws_acm_certificate.this[0]: Creating...
module.app_stack_acm.aws_acm_certificate.this[0]: Still creating... [10s elapsed]
module.app_stack_acm.aws_acm_certificate.this[0]: Creation complete after 14s [id=arn:aws:acm:us-east-1:956353165239:certificate/cb4f8685-08e3-4c7f-bd6e-23982b33d6ef]

Error: Provider produced inconsistent final plan

When expanding the plan for
module.app_stack_acm.aws_route53_record.validation[3] to include new values
learned so far during apply, provider "registry.terraform.io/hashicorp/aws"
changed the planned action from CreateThenDelete to NoOp.

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.app_stack_acm.aws_route53_record.validation[3] to include new values
learned so far during apply, provider "registry.terraform.io/hashicorp/aws"
produced an invalid new value for .set_identifier: was null, but now
cty.StringVal("").

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.app_stack_acm.aws_route53_record.validation[3] to include new values
learned so far during apply, provider "registry.terraform.io/hashicorp/aws"
produced an invalid new value for .health_check_id: was null, but now
cty.StringVal("").

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.app_stack_acm.aws_route53_record.validation[1] to include new values
learned so far during apply, provider "registry.terraform.io/hashicorp/aws"
changed the planned action from CreateThenDelete to NoOp.

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.app_stack_acm.aws_route53_record.validation[1] to include new values
learned so far during apply, provider "registry.terraform.io/hashicorp/aws"
produced an invalid new value for .health_check_id: was null, but now
cty.StringVal("").

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.app_stack_acm.aws_route53_record.validation[1] to include new values
learned so far during apply, provider "registry.terraform.io/hashicorp/aws"
produced an invalid new value for .set_identifier: was null, but now
cty.StringVal("").

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.app_stack_acm.aws_route53_record.validation[5] to include new values
learned so far during apply, provider "registry.terraform.io/hashicorp/aws"
changed the planned action from CreateThenDelete to NoOp.

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.app_stack_acm.aws_route53_record.validation[5] to include new values
learned so far during apply, provider "registry.terraform.io/hashicorp/aws"
produced an invalid new value for .health_check_id: was null, but now
cty.StringVal("").

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.app_stack_acm.aws_route53_record.validation[5] to include new values
learned so far during apply, provider "registry.terraform.io/hashicorp/aws"
produced an invalid new value for .set_identifier: was null, but now
cty.StringVal("").

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.app_stack_acm.aws_route53_record.validation[6] to include new values
learned so far during apply, provider "registry.terraform.io/hashicorp/aws"
changed the planned action from CreateThenDelete to NoOp.

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.app_stack_acm.aws_route53_record.validation[6] to include new values
learned so far during apply, provider "registry.terraform.io/hashicorp/aws"
produced an invalid new value for .health_check_id: was null, but now
cty.StringVal("").

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.app_stack_acm.aws_route53_record.validation[6] to include new values
learned so far during apply, provider "registry.terraform.io/hashicorp/aws"
produced an invalid new value for .set_identifier: was null, but now
cty.StringVal("").

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.app_stack_acm.aws_route53_record.validation[0] to include new values
learned so far during apply, provider "registry.terraform.io/hashicorp/aws"
changed the planned action from CreateThenDelete to NoOp.

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.app_stack_acm.aws_route53_record.validation[0] to include new values
learned so far during apply, provider "registry.terraform.io/hashicorp/aws"
produced an invalid new value for .health_check_id: was null, but now
cty.StringVal("").

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.app_stack_acm.aws_route53_record.validation[0] to include new values
learned so far during apply, provider "registry.terraform.io/hashicorp/aws"
produced an invalid new value for .set_identifier: was null, but now
cty.StringVal("").

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.app_stack_acm.aws_route53_record.validation[4] to include new values
learned so far during apply, provider "registry.terraform.io/hashicorp/aws"
changed the planned action from CreateThenDelete to NoOp.

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.app_stack_acm.aws_route53_record.validation[4] to include new values
learned so far during apply, provider "registry.terraform.io/hashicorp/aws"
produced an invalid new value for .health_check_id: was null, but now
cty.StringVal("").

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.app_stack_acm.aws_route53_record.validation[4] to include new values
learned so far during apply, provider "registry.terraform.io/hashicorp/aws"
produced an invalid new value for .set_identifier: was null, but now
cty.StringVal("").

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.app_stack_acm.aws_route53_record.validation[2] to include new values
learned so far during apply, provider "registry.terraform.io/hashicorp/aws"
changed the planned action from CreateThenDelete to NoOp.

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.app_stack_acm.aws_route53_record.validation[2] to include new values
learned so far during apply, provider "registry.terraform.io/hashicorp/aws"
produced an invalid new value for .set_identifier: was null, but now
cty.StringVal("").

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.app_stack_acm.aws_route53_record.validation[2] to include new values
learned so far during apply, provider "registry.terraform.io/hashicorp/aws"
produced an invalid new value for .health_check_id: was null, but now
cty.StringVal("").

This is a bug in the provider, which should be reported in the provider's own
issue tracker.

Terraform version: terraform version Terraform v0.13.1

github-actions[bot] commented 2 years ago

This issue has been automatically marked as stale because it has been open 30 days with no activity. Remove stale label or comment or this issue will be closed in 10 days

github-actions[bot] commented 2 years ago

This issue was automatically closed because of stale in 10 days

github-actions[bot] commented 1 year ago

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.