Successfully map of the custom domain name to the created API GW
Actual Behavior
Get an inconsistent final plan error :
-------------
Error: Provider produced inconsistent final plan
│
│ When expanding the plan for aws_api_gateway_base_path_mapping.mapping to include new values learned so far during apply, provider "registry.terraform.io/hashicorp/aws" produced an invalid new value for
│ .domain_name: inconsistent values for sensitive attribute.
│
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.
-------
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
Volunteering to Work on This Issue
If you are interested in working on this issue, please leave a comment.
If this would be your first contribution, please review the contribution guide.
Terraform Core Version
1.9.1
AWS Provider Version
5.70.0
Affected Resource(s)
aws_apigw_base_path_mapping aws_apigw_gateway_domain_name
Expected Behavior
Successfully map of the custom domain name to the created API GW
Actual Behavior
Get an inconsistent final plan error :
Relevant Error/Panic Output Snippet
No response
Terraform Configuration Files
Steps to Reproduce
To reprodue the error the resources needed on AWS are the one requested through the data structure, that are:
Then a variable "name" is needed as input, then the "terraform apply" comand can be run and the name variable can be passed through the terminal.
Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
No response
Would you like to implement a fix?
None