Skip to content

Commit

Permalink
update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
iammukeshm committed Aug 22, 2024
1 parent 2c082f2 commit 262bb84
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions terraform/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ crash.*.log
# password, private keys, and other secrets. These should not be part of version
# control as they are data points which are potentially sensitive and subject
# to change depending on the environment.
*.tfvars
*.tfvars.json
# *.tfvars
# *.tfvars.json

# Ignore override files as they are usually used to override resources locally and so
# are not checked in
Expand Down
3 changes: 0 additions & 3 deletions terraform/environments/dev/compute.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,4 @@ module "blazor" {
"-c",
"envsubst < $${Frontend_FSHStarterBlazorClient_Settings__AppSettingsTemplate} > $${Frontend_FSHStarterBlazorClient_Settings__AppSettingsJson} || echo 'envsubst failed' && find /usr/share/nginx/html -type f | xargs chmod +r || echo 'chmod failed' && echo 'Entry point execution completed' && cat /usr/share/nginx/html/appsettings.json && exec nginx -g 'daemon off;'"
]



}
5 changes: 5 additions & 0 deletions terraform/environments/dev/terraform.tfvars
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// Default Project Tags
environment = "dev"
owner = "Mukesh Murugan"
project_name = "fullstackhero"
repository = "https://github.com/fullstackhero/dotnet-starter-kit"

0 comments on commit 262bb84

Please sign in to comment.