Skip to content

Commit

Permalink
Rename userdata.sh.tmpl to userdata.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
yahel2410 committed Feb 20, 2022
1 parent 5a18266 commit 1aae06e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ module "ec2-instance" {
subnet_id = tolist(data.aws_subnet_ids.subnets.ids)[0]
vpc_security_group_ids = [module.security-group.this_security_group_id]
associate_public_ip_address = true
user_data = file("./userdata.sh.tmpl")
user_data = file("./userdata.sh")

tags = {
Terraform = "true"
Expand Down
File renamed without changes.

0 comments on commit 1aae06e

Please sign in to comment.