File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
test/examples/organization_api_enablement Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ output "enabled_services" {
8282# Script to get projects from folders recursively and set to a file
8383resource "null_resource" "get_projects_from_folders" {
8484 provisioner "local-exec" {
85+ interpreter = [" /bin/bash" , " -c" ]
8586 command = << EOF
8687 #!/bin/bash
8788 ORG_DOMAIN="draios.com"
Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ output "enabled_services" {
6767# Script to get projects from folders recursively and set to a file
6868resource "null_resource" "get_projects_from_folders" {
6969 provisioner "local-exec" {
70+ interpreter = [" /bin/bash" , " -c" ]
7071 command = << EOF
7172 #!/bin/bash
7273 ORG_DOMAIN="draios.com"
You can’t perform that action at this time.
0 commit comments