Skip to content

Commit 94a0cfd

Browse files
committed
[NRL-793] Switch get_current_info.sh to get-current-info.sh
1 parent 4d3b81a commit 94a0cfd

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

terraform/infrastructure/data.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ data "aws_iam_policy" "pointers-kms-read-write" {
3838
data "external" "current-info" {
3939
program = [
4040
"bash",
41-
"../../scripts/get_current_info.sh",
41+
"../../scripts/get-current-info.sh",
4242
]
4343
}

0 commit comments

Comments
 (0)