aws_lambda_alias is recreated when function_name changes from function name to ARN and viceversa #12901
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/lambda
Issues and PRs that pertain to the lambda service.
Milestone
Community Note
Terraform Version
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
terraform plan
should show no changes.Actual Behavior
terraform plan
shows that alias will be recreated even though the ARN points to the same function.Steps to Reproduce
function_name
argument set to the name of the function.function_name
to the ARN of the function.terraform plan
.The text was updated successfully, but these errors were encountered: