We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1043acb commit 1eb5810Copy full SHA for 1eb5810
quickstart/101-attestation-provider/main.tf
@@ -7,7 +7,7 @@ resource "azurerm_resource_group" "rg" {
7
location = var.resource_group_location
8
}
9
10
-resource "azurerm_attestation_provider" "corpAttestation" {
+resource "azurerm_attestation_provider" "corp_attestation" {
11
name = var.attestation_provider_name
12
resource_group_name = azurerm_resource_group.rg.name
13
location = azurerm_resource_group.rg.location
0 commit comments