File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
articles/app-service/scripts Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,15 @@ Browse to the [Azure documentation](/azure/developer/terraform/) to learn how to
33
33
To use this file you must change the name property for frontwebapp and backwebapp resources (webapp name must be unique DNS name worldwide).
34
34
35
35
``` hcl
36
+ terraform {
37
+ required_providers {
38
+ azurerm = {
39
+ source = "hashicorp/azurerm"
40
+ version = "~>2.0"
41
+ }
42
+ }
43
+ }
36
44
provider "azurerm" {
37
- version = "~>2.0"
38
45
features {}
39
46
}
40
47
@@ -144,4 +151,4 @@ resource "azurerm_private_endpoint" "privateendpoint" {
144
151
## Next steps
145
152
146
153
147
- > [ Learn more about using Terraform in Azure] ( /azure/developer/terraform/ )
154
+ > [ Learn more about using Terraform in Azure] ( /azure/developer/terraform/ )
You can’t perform that action at this time.
0 commit comments