diff --git a/variables.tf b/variables.tf index 0712b752..4105ab8a 100644 --- a/variables.tf +++ b/variables.tf @@ -66,7 +66,7 @@ variable "access" { # At least one owner access is required. default = [{ - role = "roles/bigquery.dataOwner" + role = "OWNER" special_group = "projectOwners" }] }