From 11f7f3efed49762cb648e5a1e6c071793a785641 Mon Sep 17 00:00:00 2001 From: Alejandro Leal Date: Mon, 15 May 2023 16:45:13 -0400 Subject: [PATCH] Reverted variables.tf metadata.yaml README.md to commit 85407109c862f9ca5bb46e04bb10876bd1e04988 --- blueprints/data-solutions/shielded-folder/variables.tf | 4 ++-- blueprints/data-solutions/vertex-mlops/README.md | 2 +- blueprints/data-solutions/vertex-mlops/metadata.yaml | 2 +- blueprints/data-solutions/vertex-mlops/variables.tf | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/blueprints/data-solutions/shielded-folder/variables.tf b/blueprints/data-solutions/shielded-folder/variables.tf index f4ec8acb..a9ecbb24 100644 --- a/blueprints/data-solutions/shielded-folder/variables.tf +++ b/blueprints/data-solutions/shielded-folder/variables.tf @@ -188,7 +188,7 @@ variable "vpc_sc_access_levels" { } variable "vpc_sc_egress_policies" { - description = "VPC SC egress policy definitions." + description = "VPC SC egress policy defnitions." type = map(object({ from = object({ identity_type = optional(string, "ANY_IDENTITY") @@ -208,7 +208,7 @@ variable "vpc_sc_egress_policies" { } variable "vpc_sc_ingress_policies" { - description = "VPC SC ingress policy definitions." + description = "VPC SC ingress policy defnitions." type = map(object({ from = object({ access_levels = optional(list(string), []) diff --git a/blueprints/data-solutions/vertex-mlops/README.md b/blueprints/data-solutions/vertex-mlops/README.md index e9cf4909..4c918bbc 100644 --- a/blueprints/data-solutions/vertex-mlops/README.md +++ b/blueprints/data-solutions/vertex-mlops/README.md @@ -36,7 +36,7 @@ Assign roles relying on User groups is a way to decouple the final set of permis We use the following groups to control access to resources: -- *Data Scientist* (gcp-ml-ds@). They manage notebooks and create ML pipelines. +- *Data Scientits* (gcp-ml-ds@). They manage notebooks and create ML pipelines. - *ML Engineers* (gcp-ml-eng@). They manage the different Vertex resources. - *ML Viewer* (gcp-ml-eng@). Group with wiewer permission for the different resources. diff --git a/blueprints/data-solutions/vertex-mlops/metadata.yaml b/blueprints/data-solutions/vertex-mlops/metadata.yaml index bb12a5f9..d09c2447 100644 --- a/blueprints/data-solutions/vertex-mlops/metadata.yaml +++ b/blueprints/data-solutions/vertex-mlops/metadata.yaml @@ -50,7 +50,7 @@ spec: interfaces: variables: - name: notebooks - description: Vertex AI workbenches to be deployed. Service Account runtime/instances deployed. + description: Vertex AI workbenchs to be deployed. Service Account runtime/instances deployed. type: |- map(object({ type = string diff --git a/blueprints/data-solutions/vertex-mlops/variables.tf b/blueprints/data-solutions/vertex-mlops/variables.tf index d9e375df..cc8200f9 100644 --- a/blueprints/data-solutions/vertex-mlops/variables.tf +++ b/blueprints/data-solutions/vertex-mlops/variables.tf @@ -67,7 +67,7 @@ variable "network_config" { } variable "notebooks" { - description = "Vertex AI workbenches to be deployed. Service Account runtime/instances deployed." + description = "Vertex AI workbenchs to be deployed. Service Account runtime/instances deployed." type = map(object({ type = string machine_type = optional(string, "n1-standard-4")