fix typo data-platform-minimal (#1453)

Fix `container-engine` service agent typo.
This commit is contained in:
Keith Harvey 2023-06-20 12:12:00 +01:00 committed by GitHub
parent 8bb356b071
commit a37b99501e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ module "processing-project" {
"composer"
]
"roles/container.hostServiceAgentUser" = [
"container-egine"
"container-engine"
]
}
}