Skip to content

Commit 81f991a

Browse files
azurerm_function_app_flex_consumption Update documentation to correctly reflect required arguments (hashicorp#29070)
1 parent f57cf33 commit 81f991a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

website/docs/r/function_app_flex_consumption.html.markdown

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,11 @@ The following arguments are supported:
117117

118118
* `sticky_settings` - (Optional) A `sticky_settings` block as defined below.
119119

120-
* `storage_container_type` - (Optional) The storage container type used for the Function App. The current supported type is `blobContainer`.
120+
* `storage_container_type` - (Required) The storage container type used for the Function App. The current supported type is `blobContainer`.
121121

122-
* `storage_container_endpoint` - (Optional) The backend storage container endpoint which will be used by this Function App.
122+
* `storage_container_endpoint` - (Required) The backend storage container endpoint which will be used by this Function App.
123123

124-
* `storage_authentication_type` - (Optional) The authentication type which will be used to access the backend storage account for the Function App. Possible values are `storageaccountconnectionstring`, `systemassignedidentity`, and `userassignedidentity`.
124+
* `storage_authentication_type` - (Required) The authentication type which will be used to access the backend storage account for the Function App. Possible values are `storageaccountconnectionstring`, `systemassignedidentity`, and `userassignedidentity`.
125125

126126
* `storage_access_key` - (Optional) The access key which will be used to access the backend storage account for the Function App.
127127

@@ -131,9 +131,9 @@ The following arguments are supported:
131131

132132
~> **Note:** The`storage_user_assigned_identity_id` must be specified when `storage_authentication_type` sets to `userassignedidentity`.
133133

134-
* `runtime_name` - (Optional) The Runtime of the Linux Function App. Possible values are `node`, `dotnet-isolated`, `powershell`, `python`, `java`.
134+
* `runtime_name` - (Required) The Runtime of the Linux Function App. Possible values are `node`, `dotnet-isolated`, `powershell`, `python`, `java`.
135135

136-
* `runtime_version` - (Optional) The Runtime version of the Linux Function App. The values are diff from different runtime version. The supported values are `8.0`, `9.0` for `dotnet-isolated`, `20` for `node`, `3.10`, `3.11` for `python`, `11`, `17` for `java`, `7.4` for `powershell`.
136+
* `runtime_version` - (Required) The Runtime version of the Linux Function App. The values are diff from different runtime version. The supported values are `8.0`, `9.0` for `dotnet-isolated`, `20` for `node`, `3.10`, `3.11` for `python`, `11`, `17` for `java`, `7.4` for `powershell`.
137137

138138
* `maximum_instance_count` - (Optional) The number of workers this function app can scale out to.
139139

0 commit comments

Comments
 (0)