Skip to content

Commit

Permalink
terraform fmt -recursive
Browse files Browse the repository at this point in the history
  • Loading branch information
clstokes committed Jun 17, 2024
1 parent b52356d commit 812a41d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions terraform/aws/aws-ec2-autoscaling-session-recorder/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ resource "tailscale_tailnet_key" "recorder" {
preauthorized = true
reusable = true
recreate_if_invalid = "always"
tags = [
tags = [
"tag:example-sessionrecorder",
]
}
Expand All @@ -126,7 +126,7 @@ resource "tailscale_tailnet_key" "main" {
preauthorized = true
reusable = true
recreate_if_invalid = "always"
tags = [
tags = [
"tag:example-infra",
]
}
Expand Down
6 changes: 3 additions & 3 deletions terraform/aws/aws-ec2-instance-dual-stack-ipv4-ipv6/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ module "tailscale_aws_ec2" {
]

# Variables for Tailscale resources
tailscale_hostname = local.name
tailscale_auth_key = tailscale_tailnet_key.main.key
tailscale_set_preferences = [
tailscale_hostname = local.name
tailscale_auth_key = tailscale_tailnet_key.main.key
tailscale_set_preferences = [
"--auto-update",
]
tailscale_ssh = true
Expand Down
8 changes: 4 additions & 4 deletions terraform/azure/azure-linux-vm/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ resource "tailscale_tailnet_key" "main" {
preauthorized = true
reusable = true
recreate_if_invalid = "always"
tags = [
tags = [
"tag:example-infra",
"tag:example-exitnode",
"tag:example-subnetrouter",
Expand All @@ -62,9 +62,9 @@ module "tailscale_azure_linux_virtual_machine" {
resource_tags = local.tags

# Variables for Tailscale resources
tailscale_hostname = local.name
tailscale_auth_key = tailscale_tailnet_key.main.key
tailscale_set_preferences = [
tailscale_hostname = local.name
tailscale_auth_key = tailscale_tailnet_key.main.key
tailscale_set_preferences = [
"--auto-update",
]
tailscale_ssh = true
Expand Down

0 comments on commit 812a41d

Please sign in to comment.