79102078

Date: 2024-10-18 12:30:50
Score: 1.5
Natty:
Report link
resource "azurerm_storage_account" "st" {
    name = var.st.name
    resource_group_name = var.rg_shared_name
    location = var.rg_shared_location
    account_tier = var.st.tier
    account_replication_type = var.st.replication
    public_network_access_enabled = false
    allow_nested_items_to_be_public = false
}
This is correct!!
Thank you
Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: sakthi