Skip to content

Commit

Permalink
OPS-5920: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vikkasyousaf committed May 2, 2024
1 parent 486e700 commit 92b9e96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/consul-cluster/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ resource "aws_launch_configuration" "launch_configuration" {
metadata_options {
http_tokens = "required"
}

security_groups = [
module.lc_security_group.security_group_id,
module.attach_security_group.security_group_id,
Expand Down
2 changes: 1 addition & 1 deletion modules/vault-cluster/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ resource "aws_launch_configuration" "launch_configuration" {
metadata_options {
http_tokens = "required"
}

associate_public_ip_address = false

ebs_optimized = var.root_volume_ebs_optimized
Expand Down

0 comments on commit 92b9e96

Please sign in to comment.