Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

Commit

Permalink
use new workspace naming
Browse files Browse the repository at this point in the history
  • Loading branch information
manveru committed Aug 13, 2020
1 parent 750c8f9 commit 8f4823b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/bitte/cli/info.cr
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ module Bitte

def cluster
@cluster ||=
with_workspace "#{cluster_name}.clients" {
with_workspace "#{cluster_name}_clients" {
TerraformCluster.load
}
end
Expand Down
2 changes: 1 addition & 1 deletion src/bitte/cli/terraform.cr
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module Bitte
define_argument realm : String, default: "core", required: true

def run
with_workspace "#{cluster}.#{realm}" do
with_workspace "#{cluster}_#{realm}" do
sh! "nix", "build",
"#{flake}#clusters.#{cluster}.tf.#{realm}.output",
"-o", "config.tf.json"
Expand Down

0 comments on commit 8f4823b

Please sign in to comment.