Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .azuredevops/agent-pools/environments/development.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ agent_profile_resource_predictions_manual = {
{} # Saturday
]
}

maximum_concurrency = 4
2 changes: 1 addition & 1 deletion .azuredevops/pipelines/ado-agents-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ resources:
- repository: dtos-devops-templates
type: github
name: NHSDigital/dtos-devops-templates
ref: 44dca8d8a511e60e6f105ba44d0e643f62860d73
ref: 0f1c4c653749b39e601ac6ee37021027433a1054
endpoint: NHSDigital

variables:
Expand Down
2 changes: 1 addition & 1 deletion .azuredevops/pipelines/ado-agents-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ resources:
- repository: dtos-devops-templates
type: github
name: NHSDigital/dtos-devops-templates
ref: 44dca8d8a511e60e6f105ba44d0e643f62860d73
ref: 0f1c4c653749b39e601ac6ee37021027433a1054
endpoint: NHSDigital

variables:
Expand Down
2 changes: 1 addition & 1 deletion .azuredevops/pipelines/hub-infrastructure-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ resources:
- repository: dtos-devops-templates
type: github
name: NHSDigital/dtos-devops-templates
ref: 3c9f0d3a1b85fa040ad50f5d67ee85b26f87ece2
ref: 0f1c4c653749b39e601ac6ee37021027433a1054
endpoint: NHSDigital

variables:
Expand Down
2 changes: 1 addition & 1 deletion .azuredevops/pipelines/hub-infrastructure-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ resources:
- repository: dtos-devops-templates
type: github
name: NHSDigital/dtos-devops-templates
ref: 3c9f0d3a1b85fa040ad50f5d67ee85b26f87ece2
ref: 0f1c4c653749b39e601ac6ee37021027433a1054
endpoint: NHSDigital

variables:
Expand Down
2 changes: 1 addition & 1 deletion .azuredevops/pipelines/taint-avd-hosts-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ resources:
- repository: dtos-devops-templates
type: github
name: NHSDigital/dtos-devops-templates
ref: 44dca8d8a511e60e6f105ba44d0e643f62860d73
ref: 0f1c4c653749b39e601ac6ee37021027433a1054
endpoint: NHSDigital

variables:
Expand Down
2 changes: 1 addition & 1 deletion .azuredevops/pipelines/taint-avd-hosts-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ resources:
- repository: dtos-devops-templates
type: github
name: NHSDigital/dtos-devops-templates
ref: 44dca8d8a511e60e6f105ba44d0e643f62860d73
ref: 0f1c4c653749b39e601ac6ee37021027433a1054
endpoint: NHSDigital

variables:
Expand Down
2 changes: 1 addition & 1 deletion .azuredevops/pipelines/update-acr-public-ips.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ resources:
- repository: dtos-devops-templates
type: github
name: NHSDigital/dtos-devops-templates
ref: 44dca8d8a511e60e6f105ba44d0e643f62860d73
ref: 0f1c4c653749b39e601ac6ee37021027433a1054
endpoint: NHSDigital

variables:
Expand Down
4 changes: 0 additions & 4 deletions infrastructure/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ output "key_vault_certificates" {
value = module.lets_encrypt_certificate.key_vault_certificates
}

output "key_vault_certificate_pfx_blobs" {
value = module.lets_encrypt_certificate.key_vault_certificate_pfx_blobs
}

# output "private_dns_rg_name" {
# value = { for k, v in azurerm_resource_group.private_dns_rg : k => v.name }
# }
Expand Down
Loading