Skip to content

Commit

Permalink
update autoscaling/main.tf to use terraform-in-action
Browse files Browse the repository at this point in the history
  • Loading branch information
DustinAlandzes authored Oct 18, 2021
1 parent fc6c67e commit 06314de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/autoscaling/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#create instance and autoscaling group and lb listeners
module "iam_instance_profile" {
source = "scottwinkler/iip/aws"
source = "terraform-in-action/iip/aws"
actions = ["logs:*"]
}

Expand Down

0 comments on commit 06314de

Please sign in to comment.