Skip to content

Commit

Permalink
Merge pull request #788 from splunk/fix_sysmon_linux
Browse files Browse the repository at this point in the history
change
  • Loading branch information
P4T12ICK committed Apr 26, 2023
2 parents 0d0a040 + dfb676e commit 789db36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/aws/modules/splunk-server/resources.tf
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ resource "aws_instance" "splunk-server" {
vpc_security_group_ids = [var.vpc_security_group_ids]
private_ip = "10.0.1.12"
iam_instance_profile = aws_iam_instance_profile.splunk_profile[0].name
associate_public_ip_address = "true"

root_block_device {
volume_type = "gp2"
Expand Down

0 comments on commit 789db36

Please sign in to comment.