#terraform-aws-modules (2019-02)
Terraform Modules
Discussions related to https://github.com/terraform-aws-modules
Archive: https://archive.sweetops.com/terraform-aws-modules/
2019-02-06
@joshmyers Please take a look at https://github.com/bamaralf/terraform-aws-s3-bucket/tree/tf_0.12
Terraform module which creates S3 bucket resources on AWS - bamaralf/terraform-aws-s3-bucket
2019-02-14
set the channel description: Discussions related to https://github.com/terraform-aws-modules Archive: https://archive.sweetops.com/terraform-aws-modules/
2019-02-21
having some initial issues getting started with the EKS cluster and workers modules
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
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)
@anders glad you found the issue with the image_id
not sure why it’s not working for you, maybe some permissions
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)
Terraform module to provision an AWS AutoScaling Group, IAM Role, and Security Group for EKS Workers - cloudposse/terraform-aws-eks-workers