terraform-provider: document MAA patching more prominently (#3330)

This commit is contained in:
Moritz Sanft 2024-08-29 15:50:26 +02:00 committed by GitHub
parent c11631ec11
commit 8555bd00a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 16 additions and 3 deletions

View file

@ -80,6 +80,8 @@ data "constellation_attestation" "foo" {
csp = local.csp
attestation_variant = local.attestation_variant
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
}