Kerin Cosford

Results 3 comments of Kerin Cosford

Playing around with this some more, it seems like there's problems with count attributes and existing VPCs all over the place: ```Error running plan: 5 error(s) occurred: * module.kubernetes.module.vpc.aws_subnet.master_subnet: aws_subnet.master_subnet:...

And yet more info - even with literal values the same error is raised: ``` module "kubernetes" { source = "coreos/kubernetes/aws" tectonic_aws_external_master_subnet_ids = ["subnet-fe5727b7", "subnet-f7c471ac", "subnet-07a1c860"] tectonic_aws_external_worker_subnet_ids = ["subnet-fe5727b7", "subnet-f7c471ac",...

@sudhaponnaganti I'm still seeing this issue I'm afraid. My module instantiation looks like this, against RC5: ``` module "kubernetes" { source = "github.com/coreos/terraform-aws-kubernetes?ref=3f2d460" tectonic_admin_email = "[email protected]" tectonic_admin_password_hash = "$2a$10$e.3uNYwNtckQPvgAGji1i.cf0prDAQWtiOlScXi1teW0/yuWZiKV6" tectonic_aws_etcd_ec2_type...