I am getting unsupported block types here. any idea what it should be?
provisioner “file” {
source = “{path.module}/sharepoint/"
destination = "C:\\scripts"
connection = {
type = "winrm"
user = "Administrator"
password = "{var.admin_password}”
agent = “false”
}
}
provisioner “remote-exec” {
connection = {
type = “winrm”
user = “Administrator”
password = “${var.admin_password}”
agent = “false”
}
inline = [
“powershell.exe Set-ExecutionPolicy Unrestricted -force”,
"powershell.exe -version 4 -ExecutionPolicy Bypass -File