Skip to content

Commit c19aefe

Browse files
Merge pull request #28 from ministryofjustice/fix/fix-typo-in-local-name
Fix typo in name of one of the nuke lists.
2 parents a25929f + 30f8557 commit c19aefe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ locals {
2626
]
2727
])
2828

29-
nuke_accts = flatten([
29+
nuke_accounts = flatten([
3030
for application in local.definitions : [
3131
for environment in application.environments : [
3232
for a in try(environment.access, []) :

0 commit comments

Comments
 (0)