Skip to content

Commit 2d7aac5

Browse files
authored
Merge branch 'master' into fix-ssprod-48725-fix-gcp-onboarding-workload
2 parents 40b36aa + 433ad7f commit 2d7aac5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/examples/organization_api_enablement/cspm/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ output "enabled_services" {
8282
# Script to get projects from folders recursively and set to a file
8383
resource "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"

test/examples/organization_api_enablement/vm/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ output "enabled_services" {
6767
# Script to get projects from folders recursively and set to a file
6868
resource "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"

0 commit comments

Comments
 (0)