This is an automated email from the ASF dual-hosted git repository.
pabloem pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
from d493275bb09 [yaml] Fix ml embeddings issue (#35715)
add f2f088283c4 Add Terraform configuration and IAM management scripts for
GCP project (#35701)
No new revisions were added by this update.
Summary of changes:
.github/workflows/beam_UserRoles.yml | 62 +++
infra/iam/.terraform.lock.hcl | 21 +
infra/iam/README.md | 63 +++
.../iam/config.auto.tfvars | 6 +-
infra/iam/generate.py | 212 ++++++++
.../config_aliases.yaml => infra/iam/main.tf | 23 +-
.../iam/requirements.txt | 9 +-
infra/iam/users.tf | 60 +++
infra/iam/users.yml | 547 +++++++++++++++++++++
9 files changed, 990 insertions(+), 13 deletions(-)
create mode 100644 .github/workflows/beam_UserRoles.yml
create mode 100644 infra/iam/.terraform.lock.hcl
create mode 100644 infra/iam/README.md
copy sdks/python/apache_beam/internal/code_object_pickler.py =>
infra/iam/config.auto.tfvars (86%)
create mode 100644 infra/iam/generate.py
copy sdks/java/managed/src/main/resources/config_aliases.yaml =>
infra/iam/main.tf (67%)
copy sdks/python/apache_beam/internal/code_object_pickler.py =>
infra/iam/requirements.txt (82%)
create mode 100644 infra/iam/users.tf
create mode 100644 infra/iam/users.yml