Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading