Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Sep 11, 2025
1 parent 392f0b8 commit 15d443a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions local-app/tf-directory-setup/remote_state.data.tf.local.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# version: 1.0.0
# version: 1.1.0

#---
# {{ data.account_alias }}: {{ data.directory }}
Expand All @@ -7,6 +7,6 @@
data "terraform_remote_state" "{{ data.directory_replaced }}" {
backend = "local"
config = {
path = "../{{ data.directory }}/terraform.tfstate"
path = "./terraform.tfstate"
}
}

0 comments on commit 15d443a

Please sign in to comment.