This is an automated email from the ASF dual-hosted git repository.
tvalentyn pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from 8da177f Merge pull request #15904: Raise an exception before trying
to launch a pipeline using BundleFinalizers on dataflow when runnerv2 is not in
use
add 2e0783f Initial add for terraform scripts for infra provision
add 562704e Add licenses
add 912efe7 Add beam playground applications deploy
add 74565fd Remove wrongly added log file
add 6b5daab Added readme file
add 0497975 Merge remote-tracking branch 'origin/master' into
BEAM-12940-Infra-Deploy
add 293fda2 Add license to README and added reader access to bucket
add a13da07 Remove trailing whitespace
add f0d3d9d [BEAM-12940][Playground] Infrastructure Deployment scripts
#15793
No new revisions were added by this update.
Summary of changes:
.gitignore | 8 +-
playground/terraform/README.md | 107 +++++++++++++++++++++
.../terraform/applications/backend/main.tf | 27 +++++-
.../terraform/applications/backend/variables.tf | 19 +++-
.../terraform/applications/frontend/main.tf | 27 +++++-
.../terraform/applications/frontend/variables.tf | 19 +++-
.../terraform/modules/artifact_registry/main.tf | 12 ++-
.../terraform/modules/artifact_registry/output.tf | 14 ++-
.../modules/artifact_registry/variables.tf | 18 +++-
.../terraform/modules/buckets/main.tf | 23 ++++-
.../terraform/modules/buckets/output.tf | 45 +++++----
playground/terraform/modules/buckets/variables.tf | 53 ++++++++++
.../terraform/modules/vpc/main.tf | 9 +-
.../terraform/modules/vpc/output.tf | 10 +-
.../terraform/modules/vpc/variables.tf | 24 ++++-
.../etc/passwd => playground/terraform/provider.tf | 9 +-
16 files changed, 392 insertions(+), 32 deletions(-)
create mode 100644 playground/terraform/README.md
copy sdks/java/io/rabbitmq/src/test/qpid/etc/passwd =>
playground/terraform/applications/backend/main.tf (64%)
copy sdks/java/io/rabbitmq/src/test/qpid/etc/passwd =>
playground/terraform/applications/backend/variables.tf (68%)
copy sdks/java/io/rabbitmq/src/test/qpid/etc/passwd =>
playground/terraform/applications/frontend/main.tf (64%)
copy sdks/java/io/rabbitmq/src/test/qpid/etc/passwd =>
playground/terraform/applications/frontend/variables.tf (68%)
copy sdks/java/io/rabbitmq/src/test/qpid/etc/passwd =>
playground/terraform/modules/artifact_registry/main.tf (73%)
copy sdks/java/io/rabbitmq/src/test/qpid/etc/passwd =>
playground/terraform/modules/artifact_registry/output.tf (72%)
copy sdks/java/io/rabbitmq/src/test/qpid/etc/passwd =>
playground/terraform/modules/artifact_registry/variables.tf (69%)
copy sdks/java/io/rabbitmq/src/test/qpid/etc/passwd =>
playground/terraform/modules/buckets/main.tf (53%)
copy website/www/build_code_samples.sh =>
playground/terraform/modules/buckets/output.tf (50%)
mode change 100755 => 100644
create mode 100644 playground/terraform/modules/buckets/variables.tf
copy sdks/java/io/rabbitmq/src/test/qpid/etc/passwd =>
playground/terraform/modules/vpc/main.tf (76%)
copy sdks/java/io/rabbitmq/src/test/qpid/etc/passwd =>
playground/terraform/modules/vpc/output.tf (83%)
copy sdks/java/io/rabbitmq/src/test/qpid/etc/passwd =>
playground/terraform/modules/vpc/variables.tf (67%)
copy sdks/java/io/rabbitmq/src/test/qpid/etc/passwd =>
playground/terraform/provider.tf (87%)