terraform-provider-yandex
terraform-provider-yandex copied to clipboard
Terraform Yandex provider
Hi! When attemptying to apply terraform, I received an error stating that the Provider Plugin crashed. The terraform contians 54 resources, and both terraform plan and terraform validate run without...
Hi there! In the manifest I declare: resourse "yandex_compute_instance" "test" { ``` ... metadata_options = { aws_v1_http_endpoint: 0, aws_v1_http_token: 0, gce_http_endpoint: 0, gce_http_token: 0 } ... ``` I expect that...
Terraform resource `yandex_alb_load_balancer` does not support `AutoScalePolicy ` that present inside grpc api and in [generated go files](https://github.com/yandex-cloud/go-genproto/blob/8db1d6a6f340b2003835113d20e5ce9bd50547a2/yandex/cloud/apploadbalancer/v1/load_balancer.pb.go#L211). For small teams 12k Rub per moth that consumes default ALB setup...
Geting error in CDN resource created on provider version 0.89. After updated to version 0.92 and run plan I get 'Error: missing expected {' B tf-state i find `"static_request_headers": [],`...
`yandex_organizationmanager_group_membership` resource works as expected when one adds and removes members to a group using Terraform. But if some user is added manually to the group Terraform doesn't see that...
Hello. * terraform 1.4.6 * terraform-provider-yandex 0.94.0 We have MDB Redis cluster configured like ``` resource "yandex_mdb_redis_cluster" "default" { name = "default" environment = "PRODUCTION" # . . . sharded...
`yandex_serverless_container` resource lacks the `provision_policy` property. Currently impossible to define a minimum number of guaranteed provisioned container instances.
Good Day. Having an issue with 0.101.0 version of provider. On all modules and all types of resources (VPC, IAM, Buckets, MDBs, Compute Instances, Managed K8S), we have the same...
I've make terraform plan (yandex-cloud/yandex v0.100.0, Terraform v1.0.11) and get an error _Provider "registry.terraform.io/yandex-cloud/yandex" planned an invalid │ value for yandex_resourcemanager_folder.folder.labels: planned value │ cty.MapValEmpty(cty.String) for a non-computed attribute. │...