Skip to content

Commit

Permalink
Merge pull request #240 from Geeks-Academy/GH-TF-DevOps-239
Browse files Browse the repository at this point in the history
Set https_only option as true
  • Loading branch information
PiotrWachulec authored May 2, 2021
2 parents 2c6e00d + 6ca523e commit 17201bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/secrets_sharing_service/secrets.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ resource "azurerm_app_service" "secrets_as" {
location = var.secrets_location
resource_group_name = var.secrets_rg_name
app_service_plan_id = azurerm_app_service_plan.secrets_asp.id
https_only = true

site_config {
linux_fx_version = "DOCKER|privatebin/nginx-fpm-alpine"
Expand Down

0 comments on commit 17201bd

Please sign in to comment.