mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
website: Fix typo in null_resource.html.markdown (#20817)
Fix typo in null_resource.html.markdown
This commit is contained in:
parent
d0b7771634
commit
4b9a764eb1
@ -42,7 +42,7 @@ resource "null_resource" "cluster" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
provisioner "remote-exec" {
|
provisioner "remote-exec" {
|
||||||
# Bootstrap script called with private_ip of each node in the clutser
|
# Bootstrap script called with private_ip of each node in the cluster
|
||||||
inline = [
|
inline = [
|
||||||
"bootstrap-cluster.sh ${join(" ", aws_instance.cluster.*.private_ip)}",
|
"bootstrap-cluster.sh ${join(" ", aws_instance.cluster.*.private_ip)}",
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user