Skip to content

Commit

Permalink
refactor: automatically deduce env
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenschneider committed Jul 23, 2024
1 parent 3973875 commit 6d4771b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion envs/dev/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
locals {
env = "dev"
env = basename(abspath(path.module))
}

module "realm" {
Expand Down

0 comments on commit 6d4771b

Please sign in to comment.