-
Notifications
You must be signed in to change notification settings - Fork 59
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍🏻
99f389b
to
861f163
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work!
861f163
to
7543028
Compare
7543028
to
8cdcad1
Compare
07b0db0
to
2d5c31c
Compare
…eating shared frontend
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's change the name of the example to gwlb_with_vmseries
before merging
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Prisma Cloud has found errors in this PR ⬇️
@@ -64,6 +64,16 @@ resource "azurerm_virtual_machine" "this" { | |||
version = var.custom_image_id == null ? var.img_version : null | |||
} | |||
|
|||
dynamic "plan" { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Azure instance does not authenticate using SSH keys
Resource: module.appvm.azurerm_virtual_machine.this | Policy ID: 806079733791502336_AZR_1680031706399
| Checkov ID: CKV_AZURE_1
Description
Refer the documentation for more details, https://docs.bridgecrew.io/docs/bc_azr_networking_1There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@migara is there a way to skip some checks for this check? we do ignore them already in our checkov config
Description
New module for GWLB deployment, support for service chaining in existing loadbalancer, new example with usage demonstration.
Motivation and Context
Resolves #218 .
How Has This Been Tested?
Apply, configure VM-series, verify traffic flow.
Types of changes
Checklist