4 lines
84 B
HCL
4 lines
84 B
HCL
data "google_organization" "org" {
|
|
organization = "organizations/${var.org_id}"
|
|
}
|