Skip to content

Commit

Permalink
Cleanup comments
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentLesle committed Sep 21, 2020
1 parent 9b0ddb5 commit ede6b0b
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions modules/webapps/appservice/module.tf
Original file line number Diff line number Diff line change
Expand Up @@ -272,24 +272,3 @@ resource "azurerm_template_deployment" "site_config" {
deployment_mode = "Incremental"
}


# #
# # Get remote ase vnet
# #
# data "terraform_remote_state" "tfstate" {
# for_each = {
# for key, value in var.settings.private_dns_records.a_records : key => value
# if try(value.remote_tfstate, null) != null
# }

# backend = "azurerm"
# config = {
# storage_account_name = var.tfstates[each.value.remote_tfstate.tfstate_key].storage_account_name
# container_name = var.tfstates[each.value.remote_tfstate.tfstate_key].container_name
# resource_group_name = var.tfstates[each.value.remote_tfstate.tfstate_key].resource_group_name
# key = var.tfstates[each.value.remote_tfstate.tfstate_key].key
# use_msi = var.use_msi
# subscription_id = var.use_msi ? var.tfstates[each.value.remote_tfstate.tfstate_key].subscription_id : null
# tenant_id = var.use_msi ? var.tfstates[each.value.remote_tfstate.tfstate_key].tenant_id : null
# }
# }

0 comments on commit ede6b0b

Please sign in to comment.