Skip to content

Commit

Permalink
Fix duplicate acr membership
Browse files Browse the repository at this point in the history
  • Loading branch information
simongottschlag committed Mar 11, 2021
1 parent dd2ba60 commit 0ff15f4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 36 deletions.
2 changes: 0 additions & 2 deletions modules/azure/governance-regional/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,8 @@ No Modules.

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| aks\_group\_name\_prefix | Prefix for AKS Azure AD groups | `string` | `"aks"` | no |
| azure\_ad\_group\_prefix | Prefix for Azure AD Groupss | `string` | `"az"` | no |
| core\_name | The commonName for the core infra | `string` | n/a | yes |
| delegate\_acr | Should Azure Container Registry delegation be configured? | `bool` | `true` | no |
| environment | The environment name to use for the deploy | `string` | n/a | yes |
| group\_name\_separator | Separator for group names | `string` | `"-"` | no |
| location | The location for the subscription | `string` | n/a | yes |
Expand Down
21 changes: 0 additions & 21 deletions modules/azure/governance-regional/delegate-acr.tf

This file was deleted.

13 changes: 0 additions & 13 deletions modules/azure/governance-regional/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -67,21 +67,8 @@ variable "service_principal_name_prefix" {
default = "sp"
}

variable "aks_group_name_prefix" {
description = "Prefix for AKS Azure AD groups"
type = string
default = "aks"
}

variable "partner_id" {
description = "Azure partner id to link service principal with"
type = string
default = ""
}

variable "delegate_acr" {
description = "Should Azure Container Registry delegation be configured?"
type = bool
default = true
}

0 comments on commit 0ff15f4

Please sign in to comment.