Per review, changed var name from camel case to snake case
This commit is contained in:
parent
1043acb836
commit
1eb58101ba
@ -7,7 +7,7 @@ resource "azurerm_resource_group" "rg" {
|
|||||||
location = var.resource_group_location
|
location = var.resource_group_location
|
||||||
}
|
}
|
||||||
|
|
||||||
resource "azurerm_attestation_provider" "corpAttestation" {
|
resource "azurerm_attestation_provider" "corp_attestation" {
|
||||||
name = var.attestation_provider_name
|
name = var.attestation_provider_name
|
||||||
resource_group_name = azurerm_resource_group.rg.name
|
resource_group_name = azurerm_resource_group.rg.name
|
||||||
location = azurerm_resource_group.rg.location
|
location = azurerm_resource_group.rg.location
|
||||||
|
Loading…
x
Reference in New Issue
Block a user