devops-governance/local.auto.tfvars.example

13 строки
550 B
Plaintext

# What is `superadmins_aad_object_id`?
# To use this in your terraform project, remove the `.example` extension
# of this file and set the value to the Object ID of the Azure Active
# Directory group that contains both you and the priviledged service
# principle running infrastructure as code
# Key Vault wants AAD Group object_id
superadmins_aad_object_id = "<guid>"
# but Azure AD only supports user and service principal objects - not groups.
application_owners_ids = ["<guid>", "<guid>"]
# See also ./modules/cicd-setup/README.md for details.