Skip to content

Commit

Permalink
Remove remote provisioner from ec2 instance resourse
Browse files Browse the repository at this point in the history
  • Loading branch information
p1gmale0n committed Jul 2, 2020
1 parent 2634e2b commit 6edf6c3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,6 @@ resource "aws_instance" "pritunl" {
map("Name", format("%s-%s", var.resource_name_prefix, "vpn")),
var.tags,
)

provisioner "remote-exec" {
inline = [
"sleep 60",
"sudo pritunl setup-key",
]
}

}

resource "aws_eip" "pritunl" {
Expand Down

0 comments on commit 6edf6c3

Please sign in to comment.