[ 
https://issues.apache.org/jira/browse/BEAM-13681?focusedWorklogId=728570&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-728570
 ]

ASF GitHub Bot logged work on BEAM-13681:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 16/Feb/22 22:39
            Start Date: 16/Feb/22 22:39
    Worklog Time Spent: 10m 
      Work Description: damondouglas commented on a change in pull request 
#16549:
URL: https://github.com/apache/beam/pull/16549#discussion_r808513423



##########
File path: playground/terraform/infrastructure/memorystore/main.tf
##########
@@ -0,0 +1,43 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+
+
+data "terraform_remote_state" "remote_state_vpc" {
+  backend = "gcs"
+  config  = {
+    bucket = var.terraform_state_bucket_name
+  }
+}
+
+
+# Redis for storing state of Playground application.
+# In this cache Playground instances stores pipeline's statuses, outputs and 
pipeline's graph
+resource "google_redis_instance" "cache" {

Review comment:
       I now see this PR that may address the missing network assignment:  
https://github.com/apache/beam/pull/16823




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 728570)
    Time Spent: 3h 40m  (was: 3.5h)

> [Playground] Refactoring of infrastructure terraform scripts
> ------------------------------------------------------------
>
>                 Key: BEAM-13681
>                 URL: https://issues.apache.org/jira/browse/BEAM-13681
>             Project: Beam
>          Issue Type: Improvement
>          Components: beam-playground
>            Reporter: Artur Khanin
>            Assignee: Andrey Kustov
>            Priority: P2
>              Labels: beam-playground-devops
>          Time Spent: 3h 40m
>  Remaining Estimate: 0h
>
> Come up with the following terraform structure:
>  # Distinguish modules (vpc, artifact_registry , memorystore (redis), bucket, 
> Kubernet)
>  # Implement the description of the modules as a script
>  # Introduce module dependencies (vpc -> buckets -> artifact_registry -> 
> memorystore -> gke)



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to