Created
October 20, 2023 12:03
-
-
Save Jojoooo1/53eea4fd3ad66e9905d557315009e1a8 to your computer and use it in GitHub Desktop.
Terraform folder resource
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
resource "google_folder" "dev" { | |
display_name = "development" | |
parent = local.organization_folder_id | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment