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

Fix/version #36

Open
wants to merge 29 commits into
base: master
Choose a base branch
from
Open

Fix/version #36

wants to merge 29 commits into from

Conversation

vaibhavcloud
Copy link

what

  • change the module versions and remove deprecations of log
  • update workflows Files
  • Rename _example to examples
  • change azurerm version from 2.90.0 to 3.112.0
  • added versions.tf in /examples/complete

why

Update version for removinge block errors and deprecations
addad versions.tf for define azurerm version

references

@clouddrove-ci clouddrove-ci self-assigned this Sep 16, 2024
@vaibhavcloud vaibhavcloud self-assigned this Sep 16, 2024
main.tf Outdated
category_group = "AllLogs"
enabled = true
enabled_log {
category = "FirewallNetworkRule"
Copy link
Member

Choose a reason for hiding this comment

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

Why is this hardcoded?

main.tf Outdated

log {
enabled_log {
category = "FirewallApplicationRule"
Copy link
Member

Choose a reason for hiding this comment

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

Why is this hard coded?

main.tf Outdated
days = var.days
}
enabled_log {
category = "FirewallThreatIntel"
Copy link
Member

Choose a reason for hiding this comment

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

Why is this hardcoded. ?

name = local.name
environment = local.environment
label_order = ["name", "environment"]
create_log_analytics_workspace = true
log_analytics_workspace_sku = "PerGB2018"
resource_group_name = module.resource_group.resource_group_name
log_analytics_workspace_location = module.resource_group.resource_group_location
log_analytics_workspace_id = module.log-analytics.workspace_id
Copy link
Member

Choose a reason for hiding this comment

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

why are you passing "log-analytics" id and same module. Plesae explain .

main.tf Outdated
}
}

dynamic "ip_configuration" {
for_each = toset(var.additional_public_ips)

content {
name = lookup(ip_configuration.value, "name")
public_ip_address_id = lookup(ip_configuration.value, "public_ip_address_id")
name = lookup(ip_configuration.value, "name", null)
Copy link
Member

Choose a reason for hiding this comment

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

@13archit check here please why he is adding null value for default case .

#subnet
specific_name_subnet = true
specific_subnet_names = "AzureFirewallSubnet"
specific_subnet_names = ["AzureFirewallSubnet"] # Corrected to be a list of strings
Copy link
Member

Choose a reason for hiding this comment

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

Remove comments please.

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.

4 participants