-
Notifications
You must be signed in to change notification settings - Fork 97
Missing ASG IAM output variables on Gitlab example #241
Comments
Thanks for the ticket, we'll take a look. |
I looked into this problem, with terraform 0.12.7 I got errors:
After looking around I fount out that this two commits are at fault:
I made a fix commit f0f66e0 renames the faulty value of the output in 1 and adds a new output for 2 with the value module.instance_profile.iam_role_name that I think was the intended output here, @ketzacoatl can you please check if using this value for this output is ok? and @devgnx could you please check that commit to see if it solve your issues, with those fixes it runs good to me |
@devgnx The branch to test is |
Hi @JoseD92 and @ketzacoatl, thank you for the quick response, I'll test the branch |
Variables are now bound, but there still some issues, maybe worth a new Github Issue but for now I will post here: S3 bucket policy is timing out while waiting for Steps to reproduce ᐅ cd ./examples/gitlab-simple-ha module.docker-registry-s3-storage.aws_s3_bucket_policy.s3-full-access: Creating...
module.docker-registry-s3-storage.aws_s3_bucket_policy.s3-full-access: Still creating... [10s elapsed]
module.docker-registry-s3-storage.aws_s3_bucket_policy.s3-full-access: Still creating... [20s elapsed]
module.docker-registry-s3-storage.aws_s3_bucket_policy.s3-full-access: Still creating... [30s elapsed]
module.docker-registry-s3-storage.aws_s3_bucket_policy.s3-full-access: Still creating... [40s elapsed]
module.docker-registry-s3-storage.aws_s3_bucket_policy.s3-full-access: Still creating... [50s elapsed]
module.docker-registry-s3-storage.aws_s3_bucket_policy.s3-full-access: Still creating... [1m0s elapsed]
module.docker-registry-s3-storage.aws_s3_bucket_policy.s3-full-access: Still creating... [1m10s elapsed]
module.docker-registry-s3-storage.aws_s3_bucket_policy.s3-full-access: Still creating... [1m20s elapsed]
Error: Error putting S3 policy: timeout while waiting for state to become 'success' (timeout: 1m0s)
on ../../modules/s3-remote-state/main.tf line 94, in resource "aws_s3_bucket_policy" "s3-full-access":
94: resource "aws_s3_bucket_policy" "s3-full-access" {
Makefile:65: recipe for target 'apply' failed
make: *** [apply] Error 1 |
Missing ASG IAM output variables on Gitlab example
Steps to reproduce
Version
Terraform v0.12.2
Terraform AWS Foundation
master
v0.9.3
The text was updated successfully, but these errors were encountered: