Skip to content
Snippets Groups Projects

Remove remote-exec provisioners in Terraform script

Compare and Show latest version
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -135,7 +135,7 @@ resource "null_resource" "ops" {
# clone CRI_XCBC on node
provisioner "remote-exec" {
inline = [
"git clone https://github.com/jprorama/CRI_XCBC.git /",
"git clone https://github.com/jprorama/CRI_XCBC.git /CRI_XCBC",
]
}
Loading