Skip to content

Commit

Permalink
update the userdata file
Browse files Browse the repository at this point in the history
  • Loading branch information
tajewole-moj committed Oct 11, 2023
1 parent 2ea272b commit ca8542c
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 @@ -45,9 +45,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"
# }

resource "aws_security_group" "ec2" {
name = local.application_name
Expand Down

0 comments on commit ca8542c

Please sign in to comment.