Skip to content

Commit

Permalink
chore: addservacc
Browse files Browse the repository at this point in the history
  • Loading branch information
thegentlemanphysicist committed Aug 4, 2022
1 parent 1dc2093 commit 05370f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/silver/main.tf
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
locals {
namespaces = ["b861c7-dev", "b861c7-prod"]
namespaces = ["b861c7-dev", "b861c7-prod", "3d5c3f-tools", "6d70e7-tools"]
}

module "deployers" {
source = "bcgov/openshift/deployer"
version = "0.8.0"
version = "0.9.0"
for_each = toset(local.namespaces)

name = "oc-deployer"
Expand Down

0 comments on commit 05370f2

Please sign in to comment.