Ask questionsUnable to run 0.12upgrade
0.12.3
https://github.com/hoagsie/scratch/blob/master/iamgp.tf.gpg
https://gist.github.com/hoagsie/435026027b568afb036b23cb0e169fbd
terraform 0.12upgrade should have completed without error.
The error in crash output happens.
terraform init in directoryterraform 0.12upgradeUsing terraforming 0.18.0. Latest as of writing.
Answer
questions
mildwonkey
terraform validate gives more information:
Error: Extra characters after interpolation expression
on iamgp.tf line 209, in resource "aws_iam_group_policy" "DevOps_DevOPS-IAMPolicy":
196:
197:
198:
199:
200:
201:
202:
203:
204:
205:
206:
207:
208:
209: "Resource": "arn:aws:iam::*:user/${aws:username}"
Expected a closing brace to end the interpolation expression, but found extra
characters.