Skip to content

Commit 8e87156

Browse files
committed
variables for deployment update
1 parent da54f48 commit 8e87156

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

datasources.tf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,10 @@ data "template_file" "setup_template" {
118118
}
119119
data "template_file" "deploy_template" {
120120
template = file("${path.module}/scripts/deploy.template.sh")
121+
122+
vars = {
123+
dotnet_standard_type = var.dotnet_standard_type
124+
dotnet_custom_text_for_standard_webapp = var.dotnet_custom_text_for_standard_webapp
125+
dotnet_git_custom_webapp = var.dotnet_git_custom_webapp
126+
}
121127
}

0 commit comments

Comments
 (0)