You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+ id = (known after apply)+ network_interface_id = (known after apply)+ network_security_group_id = (known after apply)
azurerm_network_security_group.nsg
+ id = (known after apply)+ location = "westeurope"+ name = "Infra_automation-nsg"+ resource_group_name = "Infra_automation"+ security_rule = (known after apply)
azurerm_network_security_rule.Allow_HTTP
+ access = "Allow"+ destination_address_prefix = "*"+ destination_port_range = "80"+ direction = "Inbound"+ id = (known after apply)+ name = "HTTP"+ network_security_group_name = "Infra_automation-nsg"+ priority = 1002+ protocol = "Tcp"+ resource_group_name = "Infra_automation"+ source_address_prefix = "*"+ source_port_range = "*"
azurerm_network_security_rule.Allow_HTTPS
+ access = "Allow"+ destination_address_prefix = "*"+ destination_port_range = "443"+ direction = "Inbound"+ id = (known after apply)+ name = "HTTPS"+ network_security_group_name = "Infra_automation-nsg"+ priority = 1003+ protocol = "Tcp"+ resource_group_name = "Infra_automation"+ source_address_prefix = "*"+ source_port_range = "*"
azurerm_network_security_rule.Allow_SSH
+ access = "Allow"+ destination_address_prefix = "*"+ destination_port_range = "22"+ direction = "Inbound"+ id = (known after apply)+ name = "SSH"+ network_security_group_name = "Infra_automation-nsg"+ priority = 1001+ protocol = "Tcp"+ resource_group_name = "Infra_automation"+ source_address_prefix = "*"+ source_port_range = "*"
azurerm_public_ip.public_ip
+ allocation_method = "Dynamic"+ fqdn = (known after apply)+ id = (known after apply)+ idle_timeout_in_minutes = 4+ ip_address = (known after apply)+ ip_version = "IPv4"+ location = "westeurope"+ name = "Infra_automation-public_ip"+ resource_group_name = "Infra_automation"+ sku = "Basic"+ sku_tier = "Regional"
azurerm_resource_group.rg
+ id = (known after apply)+ location = "westeurope"+ name = "Infra_automation"
azurerm_subnet.subnet
+ address_prefixes = [+ "10.0.0.0/24",
]
+ enforce_private_link_endpoint_network_policies = false+ enforce_private_link_service_network_policies = false+ id = (known after apply)+ name = "Infra_automation-subnet"+ resource_group_name = "Infra_automation"+ virtual_network_name = "Infra_automation-vnet"
azurerm_virtual_network.vnet
+ address_space = [+ "10.0.0.0/16",
]
+ dns_servers = (known after apply)+ guid = (known after apply)+ id = (known after apply)+ location = "westeurope"+ name = "Infra_automation-vnet"+ resource_group_name = "Infra_automation"+ subnet = (known after apply)
null_resource.ansible_provisioner
+ id = (known after apply)+ triggers = {+ "script_version" = "1.0.0"
}
null_resource.inventory_and_knownhosts
+ id = (known after apply)+ triggers = {+ "script_version" = "1.0.0"
}
Triggered by @deltron-fr, Commit: 7d422120d77565922567797bf6fe115d8bef14d1
Consider fixing this issue, it doesn't align with your company's FinOps policies & the Well-Architected Framework.
Tagging policies
🔴 FinOps tags
This example Tagging policy shows how you can enforce required FinOps tag keys/values in pull requests. This example checks for the tags 'Service' (can have any value) and 'Environment' (must be Dev/Stage/Prod) on all taggable resources being changed in the pull request. You can adjust it from https://dashboard.infracost.io > Governance > Tagging policies. You have a 14 day trial of this feature as it's part of Infracost Cloud.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.