mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-03 12:36:09 -04:00
terraform-provider: document MAA patching more prominently (#3330)
This commit is contained in:
parent
c11631ec11
commit
8555bd00a9
3 changed files with 16 additions and 3 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue