diff --git a/terraform-provider-constellation/examples/full/azure/main.tf b/terraform-provider-constellation/examples/full/azure/main.tf index 7860f331cf..0a2afd44c2 100644 --- a/terraform-provider-constellation/examples/full/azure/main.tf +++ b/terraform-provider-constellation/examples/full/azure/main.tf @@ -82,7 +82,7 @@ data "constellation_attestation" "foo" { image = data.constellation_image.bar.image # Needs to be patched manually, see: # https://docs.edgeless.systems/constellation/workflows/terraform-provider#quick-setup - maa_url = module.azure_infrastructure.attestation_url + maa_url = module.azure_infrastructure.attestation_url } data "constellation_image" "bar" {