Skip to content

Commit c65cb70

Browse files
MukeshMukesh
authored andcommitted
update
1 parent 990279e commit c65cb70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/vault/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ resource "aws_instance" "vault" {
119119
subnet_id = var.subnet_id
120120

121121

122-
user_data = file("install.sh")
122+
user_data = file("${path.module}/install.sh")
123123

124124
tags = {
125125
Name = "Vault-Server"

0 commit comments

Comments
 (0)