Skip to content

Commit

Permalink
add(api-enablement): define interpreter
Browse files Browse the repository at this point in the history
  • Loading branch information
jose-pablo-camacho committed Nov 28, 2024
1 parent a7ab5bb commit cfe886d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/examples/organization_api_enablement/cspm/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ output "enabled_services" {
# Script to get projects from folders recursively and set to a file
resource "null_resource" "get_projects_from_folders" {
provisioner "local-exec" {
interpreter = ["/bin/bash", "-c"]
command = <<EOF
#!/bin/bash
ORG_DOMAIN="draios.com"
Expand Down
1 change: 1 addition & 0 deletions test/examples/organization_api_enablement/vm/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ output "enabled_services" {
# Script to get projects from folders recursively and set to a file
resource "null_resource" "get_projects_from_folders" {
provisioner "local-exec" {
interpreter = ["/bin/bash", "-c"]
command = <<EOF
#!/bin/bash
ORG_DOMAIN="draios.com"
Expand Down

0 comments on commit cfe886d

Please sign in to comment.