Skip to content
Snippets Groups Projects
Commit 5acf58ca authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Update syntax for file provisioner

parent 3c8fbed3
No related branches found
No related tags found
2 merge requests!6Add CD feature to the repo,!1wip: test-keypair without file
Pipeline #7979 failed with stages
in 2 minutes and 46 seconds
...@@ -145,7 +145,7 @@ resource "null_resource" "ops" { ...@@ -145,7 +145,7 @@ resource "null_resource" "ops" {
# moves CRI_XCBC file into directory made above # moves CRI_XCBC file into directory made above
provisioner "file" { provisioner "file" {
source = "CRI_XCBC/*" source = "CRI_XCBC"
destination = "/" destination = "/"
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment