Skip to content

Commit

Permalink
Merge pull request #4439 from MarkDordoy/master
Browse files Browse the repository at this point in the history
Removed ForceNew for resource_arm_function_app for the app_service_plan_id
  • Loading branch information
tombuildsstuff authored Sep 30, 2019
2 parents 7375bee + 3268cc5 commit 3f572c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion azurerm/resource_arm_function_app.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ func resourceArmFunctionApp() *schema.Resource {
"app_service_plan_id": {
Type: schema.TypeString,
Required: true,
ForceNew: true,
},

"enabled": {
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/function_app.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ The following arguments are supported:

* `location` - (Required) Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.

* `app_service_plan_id` - (Required) The ID of the App Service Plan within which to create this Function App. Changing this forces a new resource to be created.
* `app_service_plan_id` - (Required) The ID of the App Service Plan within which to create this Function App.

* `storage_connection_string` - (Required) The connection string of the backend storage account which will be used by this Function App (such as the dashboard, logs).

Expand Down

0 comments on commit 3f572c3

Please sign in to comment.