Skip to content

Latest commit

 

History

History
56 lines (45 loc) · 4.03 KB

File metadata and controls

56 lines (45 loc) · 4.03 KB

Requirements

Name Version
terraform >= 1.1.7
azuread 2.50.0
azurerm 4.7.0

Providers

Name Version
azuread 2.50.0
azurerm 4.7.0

Modules

No modules.

Resources

Name Type
azurerm_container_registry.acr resource
azurerm_container_registry_task.acr_purge_task resource
azurerm_dns_zone.this resource
azurerm_management_lock.rg resource
azurerm_resource_group.this resource
azurerm_role_assignment.acr_pull resource
azurerm_role_assignment.acr_push resource
azurerm_role_assignment.acr_reader resource
azurerm_role_assignment.aks resource
azuread_group.acr_pull data source
azuread_group.acr_push data source
azuread_group.acr_reader data source

Inputs

Name Description Type Default Required
acr_name_override Override default name of ACR string "" no
aks_group_name_prefix Prefix for AKS Azure AD groups string "aks" no
aks_managed_identity AKS Azure AD managed identity string n/a yes
dns_zone List of DNS Zone to create list(string) n/a yes
environment The environemnt string n/a yes
group_name_separator Separator for group names string "-" no
location The Azure region name string n/a yes
location_short The Azure region short name string n/a yes
lock_resource_group Lock the resource group for deletion bool false no
name The name to use for the deploy string n/a yes
subscription_name The commonName for the subscription string n/a yes
unique_suffix Unique suffix that is used in globally unique resources names string n/a yes

Outputs

No outputs.