Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[virtual-machine] Make storage_image_reference variable-based #136

Merged

Conversation

nachoalonsoportillo
Copy link
Contributor

No description provided.

@@ -77,10 +61,9 @@ resource "azurerm_network_security_group" "vm_nsg" {
source_address_prefix = "*"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[tfsec] <AVD-AZU-0048> reported by reviewdog 🐶
Security group rule allows ingress to RDP port from multiple public internet addresses.

@@ -77,10 +61,9 @@
source_address_prefix = "*"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[tfsec] <AVD-AZU-0047> reported by reviewdog 🐶
Security group rule allows ingress from public internet.

@nachoalonsoportillo nachoalonsoportillo marked this pull request as ready for review February 10, 2023 13:29
@murggu murggu merged commit 943130c into main Feb 10, 2023
@murggu murggu deleted the improvement/vm-module-make-variable-storage_image_reference branch February 10, 2023 14:28
nachoalonsoportillo added a commit that referenced this pull request Feb 10, 2023
…137)

* [virtual-machine] Make storage_image_reference variable-based

* TF FMT

* storage_image_reference changed to block
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[virtual-machine] Make storage_image_reference variable-based
2 participants