vpc

glavk/vpc/yandex

Terraform Module HCL YANDEX

Terraform module which creates VPC resources on Yandex.Cloud

Install
module "vpc" {
source = "glavk/vpc/yandex"
version = "0.1.3"
}
plain text: /constructs/tfmod-glavk-vpc-yandex/install.txt
⭐ Source on GitHub 📦 Registry page
README

Terraform module for Yandex.Cloud VPC Terraform module which creates VPC resources on Yandex.Cloud. Usage Before using this module, you need to configure provider (or copy versions.tf): ``terraform terraform { required_version = ">= 0.13" required_providers { yandex = { source = "yandex-cloud/yandex" version = ">= 0.47.0" } } } ``

Inputs (5)
NameTypeDescriptionDefault
folder_idstringYandex.Cloud folder ID where resources will be created. If it is not provided, t required
vpc_networklist(string)Yandex.Cloud VPC network names. required
zone_idstringYandex.Cloud zone ID for provisioned resources"ru-central1-b"
static_ip_nameslist(string)Yandex.Cloud list of reserved (static) IP address names[]
ddos_protected_ip_nameslist(string)Yandex.Cloud list of DDoS protected IP address[]
Resources (1)
yandex_vpc_address
Details
FrameworkTerraform Module
LanguageHCL
Version0.1.3
Cloud YANDEX
Total downloads347
Inputs5
Resources1
Namespaceglavk
Updated