You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 16, 2025. It is now read-only.
# Set the configuration of the Managed Service for PostgreSQL cluster, Managed Service for Data Proc cluster, and Virtual machine:
6
+
# Set the configuration of the Managed Service for PostgreSQL cluster, Managed Service for Data Proc cluster, and Virtual Machine:
6
7
locals {
7
-
folder_id=""# Your folder ID.
8
-
network_id=""# Network ID for the Managed Service for PostgreSQL cluster, Data Proc cluster, and VM.
9
-
subnet_id=""# Subnet ID (enable NAT for this subnet).
10
-
storage_sa_id=""# Service account ID for creating a bucket in Object Storage.
11
-
data_proc_sa=""#Set a Data Proc service account name. It must be unique in the folder.
12
-
pg_cluster_version="14"#Set the PostgreSQL version.See the complete list of supported versions in https://cloud.yandex.com/en/docs/managed-postgresql/.
13
-
pg_cluster_db="db1"#Set a database name.
14
-
pg_cluster_username="user1"#Set a database owner name.
15
-
pg_cluster_password=""#Set a database owner password.
16
-
vm_image_id=""#Set a public image ID from https://cloud.yandex.com/en/docs/compute/operations/images-with-pre-installed-software/get-list.
17
-
vm_username=""#Set a username for VM. Images with Ubuntu Linux use the username `ubuntu` by default.
18
-
vm_public_key=""#Set a full path to the SSH public key for VM.
19
-
bucket_name=""#Set an Object Storage bucket name. It must be unique throughout Object Storage.
20
-
dp_public_key=""#Set a full path to SSH public key for the Data Proc Cluster.
8
+
folder_id=""# Your folder ID
9
+
network_id=""# Network ID for the Managed Service for PostgreSQL cluster, Data Proc cluster, and VM
10
+
subnet_id=""# Subnet ID (enable NAT for this subnet)
11
+
storage_sa_id=""# Service account ID for creating a bucket in Object Storage
12
+
data_proc_sa=""# Data Proc service account name. It must be unique in the folder.
13
+
pg_cluster_version="14"# PostgreSQL version.See the complete list of supported versions in https://yandex.cloud/en/docs/managed-postgresql/.
14
+
pg_cluster_db="db1"#Database name
15
+
pg_cluster_username="user1"#Database owner's name
16
+
pg_cluster_password=""#Database owner's password
17
+
vm_image_id=""#Public image ID from https://yandex.cloud/en/docs/compute/operations/images-with-pre-installed-software/get-list
18
+
vm_username=""#Username for VM. Images with Ubuntu Linux use the `ubuntu` username by default.
19
+
vm_public_key=""#Full path to the SSH public key for VM
20
+
bucket_name=""# Object Storage bucket name. It must be unique throughout Object Storage.
21
+
dp_public_key=""#Full path to the SSH public key for the Data Proc Cluster
21
22
}
22
23
24
+
# Security groups for the Managed Service for PostgreSQL cluster, Data Proc cluster, and VM
0 commit comments