Skip to content

Commit

Permalink
move go file
Browse files Browse the repository at this point in the history
  • Loading branch information
c2thorn committed Sep 9, 2024
1 parent 3490d78 commit e61af2a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 465 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
resource "google_folder" "my_folder" {
display_name = "<%= ctx[:vars]['folder_name'] %>"
parent = "organizations/<%= ctx[:test_env_vars]['org_id'] %>"
display_name = "{{index $.Vars "folder_name"}}"
parent = "organizations/{{index $.TestEnvVars "org_id"}}"
deletion_protection = false
}

resource "google_folder_access_approval_settings" "<%= ctx[:primary_resource_id] %>" {
resource "google_folder_access_approval_settings" "{{$.PrimaryResourceId}}" {
folder_id = google_folder.my_folder.folder_id
notification_emails = ["testuser@example.com", "example.user@example.com"]

Expand Down

This file was deleted.

Loading

0 comments on commit e61af2a

Please sign in to comment.