fpco / terraform-aws-foundation

Establish a solid Foundation on AWS with these modules for Terraform
MIT License
204 stars 98 forks source link

examples/gitlab-simple-ha is not apply-able. #260

Open Magicloud opened 4 years ago

Magicloud commented 4 years ago
Error: Reference to undeclared output value

  on main.tf line 43, in resource "aws_iam_role_policy_attachment" "s3-full-access-attachment":
  43:   role       = module.gitlab-asg.asg_iam_role_name

An output value with the name "asg_iam_role_name" has not been declared in
module.gitlab-asg.

Error: Reference to undeclared output value

  on main.tf line 52, in resource "aws_iam_role_policy" "associate_eip":
  52:   role = module.gitlab-asg.asg_iam_role_name

An output value with the name "asg_iam_role_name" has not been declared in
module.gitlab-asg.