Skip to content

Commit f58056f

Browse files
committed
feat: update list default service endpoints
1 parent d99a753 commit f58056f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

variables.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ variable "service_endpoints" {
3030
default = [
3131
"Microsoft.Storage",
3232
"Microsoft.KeyVault",
33-
"Microsoft.Sql"
33+
"Microsoft.Sql",
34+
"Microsoft.Web"
3435
]
3536
}
3637

0 commit comments

Comments
 (0)