-
-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace deprecated data template_file with templatefile function #89
Conversation
main.tf
Outdated
data "aws_iam_instance_profile" "default" { | ||
count = local.enabled && var.use_existing_aws_iam_instance_profile ? 1 : 0 | ||
name = var.aws_iam_instance_profile_name | ||
} | ||
|
||
module "autoscale_group" { | ||
module "autoscale_roup" { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
module "autoscale_roup" { | |
module "autoscale_group" { |
Please see comment and run |
It seems that the bot may not be able to update the PR. Could you allow the bot to make changes ? Usually personal forks allow this out of the box and only company specific forks prevent this. |
I have added the bot as a contributor but its owner must accept the invitation so that I may assign the proper permission. |
cc: @aknysh @Gowiem for visibility. Not sure what to do here. Usually we do not need to accept the invite. Perhaps there is another workaround ? Usually open source forks of our repos that are non-company specific orgs work out of the box. Also, please try pushing a new commit to rerun the auto format check. |
@nitrocode I do not mind if you just copy and repost this branch from an in-house account which is able to complete the required checks. Just trying to be a good open source citizen here. |
We could. I think another way is if you could run |
This pull request is now in conflict. Could you fix it @carl-reverb? 🙏 |
what
why
references