Skip to content

Commit

Permalink
Certifiate
Browse files Browse the repository at this point in the history
  • Loading branch information
bjohnrl authored Apr 18, 2023
1 parent 66f0090 commit 5807c03
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/net-ilb-l7/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ resource "google_compute_region_ssl_certificate" "default" {
name = "${var.name}-${each.key}"
certificate = each.value.certificate
private_key = each.value.private_key

lifecycle {
create_before_destroy = true
}
}

resource "google_compute_region_target_http_proxy" "default" {
Expand Down

0 comments on commit 5807c03

Please sign in to comment.