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

Solution #13

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Solution #13

wants to merge 3 commits into from

Conversation

Kagerou4649
Copy link

@Kagerou4649 Kagerou4649 commented Nov 2, 2024

@Kagerou4649 Kagerou4649 closed this Nov 2, 2024
@Kagerou4649 Kagerou4649 reopened this Nov 4, 2024
Copy link

@Alkaponees Alkaponees left a comment

Choose a reason for hiding this comment

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

Check my review and task carefully

main.tf Outdated
source = "./modules/network"
resource_group_name = azurerm_resource_group.main.name
location = azurerm_resource_group.main.location
dns_label_prefix = var.dns_label

Choose a reason for hiding this comment

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

Add more components to this module and another also. For example virtual_network_name, vnet_address_prefix

dns_label_prefix = var.dns_label
}

module "compute" {

Choose a reason for hiding this comment

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

The same here

Comment on lines 20 to 30
security_rule {
name = "test123"
priority = 100
direction = "Inbound"
access = "Allow"
protocol = "Tcp"
source_port_range = "*"
destination_port_range = "*"
source_address_prefix = "*"
destination_address_prefix = "*"
}

Choose a reason for hiding this comment

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

It's not a good idea, allowing all inbound traffic to VM

@Kagerou4649
Copy link
Author

Workflow2

Copy link

@YuriiSmolii YuriiSmolii left a comment

Choose a reason for hiding this comment

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

LGTM

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.

3 participants