Skip to content

Commit

Permalink
add issue ref
Browse files Browse the repository at this point in the history
  • Loading branch information
lonegunmanb committed Oct 4, 2024
1 parent 96d88c3 commit d2e47dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quickstart/101-attestation-provider/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ resource "azurerm_attestation_provider" "corp_attestation" {
name = "${var.attestation_provider_name}${random_string.attestation_suffix.result}"
resource_group_name = azurerm_resource_group.rg.name
policy_signing_certificate_data = try(tls_self_signed_cert.attestation[0].cert_pem, file(var.cert_path))
#https://github.com/hashicorp/terraform-provider-azurerm/issues/21998#issuecomment-1573312297
lifecycle {
ignore_changes = [
"open_enclave_policy_base64",
Expand Down

0 comments on commit d2e47dd

Please sign in to comment.