Skip to content

Commit

Permalink
comment out bootstrap for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcalalang committed Jan 17, 2024
1 parent b64bf59 commit d37dfa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ resource "volterra_http_loadbalancer" "http-lb-nginx-calalang-net" {
context = "CONTEXT_URL"
}
exclude_signature_contexts {
signature_id = 10000000
signature_id = 10000001
context = "CONTEXT_URL"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ resource "azurerm_virtual_machine" "active-directory-instance" {
computer_name = "active-directory-${random_uuid.active-directory-random-uuid[1].result}-${count.index}"
admin_username = var.active-directory-username
admin_password = var.active-directory-password
custom_data = base64encode(data.template_file.bootstrap-instance-group-azure-instances.rendered)
# custom_data = base64encode(data.template_file.bootstrap-instance-group-azure-instances.rendered)
}

os_profile_linux_config {
Expand Down

0 comments on commit d37dfa7

Please sign in to comment.