Skip to content

Commit

Permalink
re-added data moudle block
Browse files Browse the repository at this point in the history
  • Loading branch information
tajewole-moj committed Oct 11, 2023
1 parent 017d3e0 commit 0a45dd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions terraform/environments/apex/ec2.tf
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ resource "aws_instance" "apex_db_instance" {
)
}

# data "local_file" "cloudwatch_agent" {
# filename = "${path.module}/cloudwatch_agent_config.json"
# }
data "local_file" "cloudwatch_agent" {
filename = "${path.module}/cloudwatch_agent_config.json"
}

data "template_file" "user_data" {
template = "${file("run.sh")}"
Expand Down

0 comments on commit 0a45dd1

Please sign in to comment.