Skip to content

Commit

Permalink
Update deployments.tfdeploy.hcl
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcervante authored Jul 24, 2024
1 parent 129ac3f commit 1f9c841
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployments.tfdeploy.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# SPDX-License-Identifier: MPL-2.0

deployment "simple" {
variables = {
inputs = {
prefix = "simple"
instances = 1
}
}

deployment "complex" {
variables = {
inputs = {
prefix = "complex"
instances = 3
}
Expand Down

0 comments on commit 1f9c841

Please sign in to comment.