Skip to content

Commit

Permalink
resource/aws_lambda_alias: Add ForceNew to function_name attribute (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
eservent authored Mar 16, 2020
1 parent 866c3d3 commit 7c7a9fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aws/resource_aws_lambda_alias.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ func resourceAwsLambdaAlias() *schema.Resource {
"function_name": {
Type: schema.TypeString,
Required: true,
ForceNew: true,
},
"function_version": {
Type: schema.TypeString,
Expand Down

0 comments on commit 7c7a9fb

Please sign in to comment.