We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f0d1f3 commit 2f9024dCopy full SHA for 2f9024d
docs/examples/DBsystems/remote-exec.tf
@@ -10,7 +10,7 @@ resource "null_resource" "remote-exec" {
10
# Bastion details
11
bastion_host = "${var.BastionHost}"
12
bastion_user = "${var.HostUserName}"
13
- bastion_key = "${var.ssh_private_key}"
+ bastion_private_key = "${var.ssh_private_key}"
14
}
15
source = "./scripts/bootstrap"
16
destination = "~/bootstrap.sh"
@@ -27,7 +27,7 @@ resource "null_resource" "remote-exec" {
27
28
29
30
31
32
inline = [
33
"chmod +x ~/bootstrap.sh",
0 commit comments