Per review, changed var name from camel case to snake case

This commit is contained in:
Tom Archer 2022-08-24 07:01:30 -07:00
parent 1043acb836
commit 1eb58101ba

View File

@ -7,7 +7,7 @@ resource "azurerm_resource_group" "rg" {
location = var.resource_group_location
}
resource "azurerm_attestation_provider" "corpAttestation" {
resource "azurerm_attestation_provider" "corp_attestation" {
name = var.attestation_provider_name
resource_group_name = azurerm_resource_group.rg.name
location = azurerm_resource_group.rg.location