Skip to content

Commit

Permalink
style: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
DavSanchez committed Jan 31, 2024
1 parent a32155b commit 0a003f9
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions test/provision/terraform/caos-linux.auto.tfvars.dist
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ec2_otels = {
instance_type = "t3a.small"
username = "ubuntu"
python = "/usr/bin/python3"
platform = "linux"
platform = "linux"
tags = {
"otel_role" = "agent"
}
Expand All @@ -20,7 +20,7 @@ ec2_otels = {
instance_type = "t4g.small"
username = "ubuntu"
python = "/usr/bin/python3"
platform = "linux"
platform = "linux"
tags = {
"otel_role" = "agent"
}
Expand All @@ -33,7 +33,7 @@ ec2_otels = {
instance_type = "t3a.small"
username = "centos"
python = "/usr/bin/python3"
platform = "linux"
platform = "linux"
tags = {
"otel_role" = "agent"
}
Expand All @@ -46,7 +46,7 @@ ec2_otels = {
instance_type = "t4g.small"
username = "cloud-user"
python = "/usr/bin/python3"
platform = "linux"
platform = "linux"
tags = {
"otel_role" = "agent"
}
Expand All @@ -59,7 +59,7 @@ ec2_otels = {
instance_type = "t3a.small"
username = "ec2-user"
python = "/usr/bin/python3"
platform = "linux"
platform = "linux"
tags = {
"otel_role" = "agent"
}
Expand All @@ -72,7 +72,7 @@ ec2_otels = {
instance_type = "t4g.small"
username = "ec2-user"
python = "/usr/bin/python3"
platform = "linux"
platform = "linux"
tags = {
"otel_role" = "agent"
}
Expand All @@ -85,7 +85,7 @@ ec2_otels = {
instance_type = "t3a.small"
username = "ec2-user"
python = "/usr/bin/python3"
platform = "linux"
platform = "linux"
tags = {
"otel_role" = "agent"
}
Expand All @@ -98,7 +98,7 @@ ec2_otels = {
instance_type = "t4g.small"
username = "ec2-user"
python = "/usr/bin/python"
platform = "linux"
platform = "linux"
tags = {
"otel_role" = "agent"
}
Expand All @@ -111,7 +111,7 @@ ec2_otels = {
instance_type = "t3a.small"
username = "admin"
python = "/usr/bin/python3"
platform = "linux"
platform = "linux"
tags = {
"otel_role" = "agent"
}
Expand All @@ -124,7 +124,7 @@ ec2_otels = {
instance_type = "t4g.small"
username = "admin"
python = "/usr/bin/python3"
platform = "linux"
platform = "linux"
tags = {
"otel_role" = "agent"
}
Expand All @@ -137,7 +137,7 @@ ec2_otels = {
instance_type = "t3a.small"
username = "admin"
python = "/usr/bin/python3"
platform = "linux"
platform = "linux"
tags = {
"otel_role" = "agent"
}
Expand All @@ -150,7 +150,7 @@ ec2_otels = {
instance_type = "t4g.small"
username = "admin"
python = "/usr/bin/python3"
platform = "linux"
platform = "linux"
tags = {
"otel_role" = "agent"
}
Expand All @@ -163,7 +163,7 @@ ec2_otels = {
instance_type = "t3a.small"
username = "ec2-user"
python = "/usr/bin/python"
platform = "linux"
platform = "linux"
tags = {
"otel_role" = "agent"
}
Expand All @@ -176,7 +176,7 @@ ec2_otels = {
instance_type = "t4g.small"
username = "ec2-user"
python = "/usr/bin/python"
platform = "linux"
platform = "linux"
tags = {
"otel_role" = "agent"
}
Expand All @@ -189,7 +189,7 @@ ec2_otels = {
instance_type = "t3a.small"
username = "ec2-user"
python = "/usr/bin/python3"
platform = "linux"
platform = "linux"
tags = {
"otel_role" = "agent"
}
Expand All @@ -202,7 +202,7 @@ ec2_otels = {
instance_type = "t4g.small"
username = "ec2-user"
python = "/usr/bin/python3"
platform = "linux"
platform = "linux"
tags = {
"otel_role" = "agent"
}
Expand Down

0 comments on commit 0a003f9

Please sign in to comment.