Skip to content

Commit

Permalink
terraform fmt -recursive
Browse files Browse the repository at this point in the history
  • Loading branch information
clstokes committed Sep 16, 2024
1 parent 86147e9 commit 138e87b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions terraform/aws/aws-ec2-autoscaling-session-recorder/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ module "vpc" {
}

resource "aws_vpc_endpoint" "recorder" {
vpc_id = local.vpc_id
service_name = "com.amazonaws.${aws_s3_bucket.recorder.region}.s3"
vpc_id = local.vpc_id
service_name = "com.amazonaws.${aws_s3_bucket.recorder.region}.s3"
route_table_ids = local.vpc_endpoint_route_table_ids
tags = local.aws_tags
tags = local.aws_tags
}

resource "aws_s3_bucket" "recorder" {
Expand Down Expand Up @@ -169,8 +169,8 @@ module "tailscale_aws_ec2_autoscaling" {
network_interfaces = [aws_network_interface.primary.id]

# Variables for Tailscale resources
tailscale_hostname = local.name
tailscale_auth_key = tailscale_tailnet_key.main.key
tailscale_hostname = local.name
tailscale_auth_key = tailscale_tailnet_key.main.key
tailscale_set_preferences = local.tailscale_set_preferences

#
Expand Down

0 comments on commit 138e87b

Please sign in to comment.