Egor Shitikov

Results 19 comments of Egor Shitikov

``` aws_lb.this[0]: Creating... 2020/03/24 22:41:10 [DEBUG] aws_lb.this[0]: applying the planned Create change 2020-03-24T22:41:10.923-0700 [DEBUG] plugin.terraform-provider-aws_v2.54.0_x4: 2020/03/24 22:41:10 [DEBUG] setting computed for "subnets" from ComputedKeys 2020-03-24T22:41:10.923-0700 [DEBUG] plugin.terraform-provider-aws_v2.54.0_x4: 2020/03/24 22:41:10 [DEBUG]...

The first error is the named validation problem. Second Elb Module Terraform problem

Yes, but we can't manage Az in the cloud craft. It is something that scripts (module.tf) do during the import. Name prefix is ``` # The name of the RDS...

Hi! I still struggling with this error. ``` Error: first character of "name_prefix" must be a letter on modules/db_option_group/main.tf line 1, in resource "aws_db_option_group" "this": 1: resource "aws_db_option_group" "this" {...

Yes, there are no subnets = dependency.vpc.outputs.public_subnets ``` ########################################################### # View all available inputs for this module: # https://registry.terraform.io/modules/terraform-aws-modules/alb/aws/5.1.0?tab=inputs ########################################################### inputs = { # The resource name and Name tag...

I have fixed RDS issue by removing "-" sign from the name. but this error a little bit weird : ``` Error: Error creating application Load Balancer: ValidationError: At least...

It is belonging to the VPC... it just doesn't generate it Can you also provide how to add these values they are missing also . I checked old version ```...

it is an example - https://app.cloudcraft.co/view/f8abab63-0007-4ea2-8ea8-b9186d3259f1?key=iBtyR4AsIr9jWfy-sJARUg it doesn't add a subnet to ELB my blueprint is - blueprint/0b356102-1692-478a-a0fa-901c9323ab1f

RDS name_prefix issue fixed after setting name to "mysql" without any symbols instead of "mysql-rds".

After run "terragrunt apply-all" but load balancer doesn't have target groups/listeners created and so no instances are load-balanced