Skip to content

Commit 73f8d2c

Browse files
authored
chore(terraform): fix terraformrc override path (#63)
1 parent 0be6270 commit 73f8d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ansible/roles/config/templates/terraform/.terraformrc.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
provider_installation {
22

33
dev_overrides {
4-
"github.com/shiron-dev/terraform-provider-gitform" = "{{ go_bin_path }}"
4+
"shiron-dev/gitform" = "{{ go_bin_path }}"
55
}
66

77
# For all other providers, install them directly from their origin provider

0 commit comments

Comments
 (0)