#terraform-aws-modules (2019-02)

terraform Terraform Modules

Discussions related to https://github.com/terraform-aws-modules

Archive: https://archive.sweetops.com/terraform-aws-modules/

2019-02-06

bamaral avatar
bamaral
bamaralf/terraform-aws-s3-bucket

Terraform module which creates S3 bucket resources on AWS - bamaralf/terraform-aws-s3-bucket

2019-02-21

anders avatar

having some initial issues getting started with the EKS cluster and workers modules

anders avatar
Asks for var.cluster_certificate_authority_data when referencing module.cluster as in examples · Issue #9 · cloudposse/terraform-aws-eks-cluster

Hi, I've made a setup similar to your example where I have both eks_cluster and eks_workers modules. in eks_cluster we have this: cluster_certificate_authority_data = "${module.eks_cluster…

2019-02-22

anders avatar

still having problem with the above issue so if anyone has any ideas what could be wrong I gladly take your input! Have updated with comments to the issue. @Andriy Knysh (Cloud Posse) @Erik Osterman (Cloud Posse)

Andriy Knysh (Cloud Posse) avatar
Andriy Knysh (Cloud Posse)

@anders glad you found the issue with the image_id

Andriy Knysh (Cloud Posse) avatar
Andriy Knysh (Cloud Posse)

not sure why it’s not working for you, maybe some permissions

Andriy Knysh (Cloud Posse) avatar
Andriy Knysh (Cloud Posse)

here https://github.com/cloudposse/terraform-aws-eks-workers/blob/master/main.tf#L124, if you set image_id to some ID, it will not be looked up in the data source (you don’t need to comment out anything)

cloudposse/terraform-aws-eks-workers

Terraform module to provision an AWS AutoScaling Group, IAM Role, and Security Group for EKS Workers - cloudposse/terraform-aws-eks-workers

    keyboard_arrow_up