mirror of
https://github.com/dredx/prole.git
synced 2026-09-24 19:34:31 +00:00
4 lines
84 B
HCL
4 lines
84 B
HCL
data "google_organization" "org" {
|
|
organization = "organizations/${var.org_id}"
|
|
}
|