You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by pa...@apache.org on 2022/02/22 18:05:55 UTC

[beam] branch master updated (837e505 -> 675c0bc)

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 837e505  fix build status link (#16907)
     add 675c0bc  Merge pull request #16549 from [BEAM-13681][Playground] Refactoring terraform scripts

No new revisions were added by this update.

Summary of changes:
 .gitignore                                         |   1 +
 playground/README.md                               |  13 +-
 playground/terraform/README.md                     |  90 ++---------
 playground/terraform/applications/README.md        |  59 ++++++++
 .../terraform/applications/backend-go/main.tf      |  20 +--
 .../terraform/applications/backend-go/variables.tf |   2 +-
 .../terraform/applications/backend-java/main.tf    |  26 ++--
 .../applications/backend-java/variables.tf         |  10 +-
 .../terraform/applications/backend-python/main.tf  |  24 +--
 .../applications/backend-python/variables.tf       |   4 +-
 .../terraform/applications/backend-router/main.tf  |  26 ++--
 .../applications/backend-router/variables.tf       |   2 +-
 playground/terraform/applications/frontend/main.tf |   8 +-
 .../terraform/applications/frontend/variables.tf   |   2 +-
 playground/terraform/infrastructure/README.md      |  70 +++++++++
 .../artifact_registry/main.tf                      |  12 +-
 .../artifact_registry/output.tf                    |   9 +-
 .../artifact_registry/variables.tf                 |   1 -
 .../{modules => infrastructure}/buckets/main.tf    |  20 ++-
 .../{modules => infrastructure}/buckets/output.tf  |  16 +-
 .../buckets/variables.tf                           |   1 -
 .../{modules => infrastructure}/gke/main.tf        |  27 ++--
 .../{modules => infrastructure}/gke/output.tf      |   3 +-
 .../{modules => infrastructure}/gke/variables.tf   |  25 +++-
 playground/terraform/infrastructure/main.tf        |  81 ++++++++++
 .../terraform/infrastructure/memorystore/main.tf   |  48 ++++++
 .../infrastructure/memorystore/variables.tf        |  77 ++++++++++
 .../output.tf => infrastructure/network/main.tf}   |  20 +--
 .../vpc => infrastructure/network}/output.tf       |   9 +-
 .../vpc => infrastructure/network}/variables.tf    |  22 +--
 .../terraform/{ => infrastructure}/provider.tf     |  13 +-
 playground/terraform/infrastructure/setup/iam.tf   |  62 ++++++++
 .../gke => infrastructure/setup}/output.tf         |   7 +-
 .../output.tf => infrastructure/setup/provider.tf} |   6 +-
 .../main.tf => infrastructure/setup/services.tf}   |  16 +-
 .../gke => infrastructure/setup}/variables.tf      |  15 +-
 playground/terraform/infrastructure/variables.tf   | 165 +++++++++++++++++++++
 playground/terraform/provider.tf                   |   6 +-
 38 files changed, 760 insertions(+), 258 deletions(-)
 create mode 100644 playground/terraform/applications/README.md
 create mode 100644 playground/terraform/infrastructure/README.md
 rename playground/terraform/{modules => infrastructure}/artifact_registry/main.tf (79%)
 copy playground/terraform/{modules => infrastructure}/artifact_registry/output.tf (77%)
 rename playground/terraform/{modules => infrastructure}/artifact_registry/variables.tf (99%)
 rename playground/terraform/{modules => infrastructure}/buckets/main.tf (70%)
 rename playground/terraform/{modules => infrastructure}/buckets/output.tf (69%)
 rename playground/terraform/{modules => infrastructure}/buckets/variables.tf (99%)
 rename playground/terraform/{modules => infrastructure}/gke/main.tf (68%)
 copy playground/terraform/{modules => infrastructure}/gke/output.tf (93%)
 copy playground/terraform/{modules => infrastructure}/gke/variables.tf (69%)
 create mode 100644 playground/terraform/infrastructure/main.tf
 create mode 100644 playground/terraform/infrastructure/memorystore/main.tf
 create mode 100644 playground/terraform/infrastructure/memorystore/variables.tf
 rename playground/terraform/{modules/artifact_registry/output.tf => infrastructure/network/main.tf} (62%)
 rename playground/terraform/{modules/vpc => infrastructure/network}/output.tf (83%)
 rename playground/terraform/{modules/vpc => infrastructure/network}/variables.tf (68%)
 copy playground/terraform/{ => infrastructure}/provider.tf (51%)
 create mode 100644 playground/terraform/infrastructure/setup/iam.tf
 copy playground/terraform/{modules/gke => infrastructure/setup}/output.tf (88%)
 rename playground/terraform/{modules/gke/output.tf => infrastructure/setup/provider.tf} (90%)
 rename playground/terraform/{modules/vpc/main.tf => infrastructure/setup/services.tf} (76%)
 rename playground/terraform/{modules/gke => infrastructure/setup}/variables.tf (79%)
 create mode 100644 playground/terraform/infrastructure/variables.tf