Skip to content

Commit

Permalink
Merge pull request #789 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 789db36 + ca0f0ad commit fa5edd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/aws/modules/splunk-server/resources.tf
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +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"
associate_public_ip_address = true

root_block_device {
volume_type = "gp2"
Expand Down

0 comments on commit fa5edd7

Please sign in to comment.