Skip to content

Commit

Permalink
ci: pass platform attribute to provisioner
Browse files Browse the repository at this point in the history
  • Loading branch information
DavSanchez committed Jan 31, 2024
1 parent 2c9b9ac commit a32155b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions test/provision/terraform/caos-linux.auto.tfvars.dist
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ ec2_otels = {
instance_type = "t3a.small"
username = "ubuntu"
python = "/usr/bin/python3"
platform = "linux"
tags = {
"otel_role" = "agent"
}
Expand All @@ -19,6 +20,7 @@ ec2_otels = {
instance_type = "t4g.small"
username = "ubuntu"
python = "/usr/bin/python3"
platform = "linux"
tags = {
"otel_role" = "agent"
}
Expand All @@ -31,6 +33,7 @@ ec2_otels = {
instance_type = "t3a.small"
username = "centos"
python = "/usr/bin/python3"
platform = "linux"
tags = {
"otel_role" = "agent"
}
Expand All @@ -43,6 +46,7 @@ ec2_otels = {
instance_type = "t4g.small"
username = "cloud-user"
python = "/usr/bin/python3"
platform = "linux"
tags = {
"otel_role" = "agent"
}
Expand All @@ -55,6 +59,7 @@ ec2_otels = {
instance_type = "t3a.small"
username = "ec2-user"
python = "/usr/bin/python3"
platform = "linux"
tags = {
"otel_role" = "agent"
}
Expand All @@ -67,6 +72,7 @@ ec2_otels = {
instance_type = "t4g.small"
username = "ec2-user"
python = "/usr/bin/python3"
platform = "linux"
tags = {
"otel_role" = "agent"
}
Expand All @@ -79,6 +85,7 @@ ec2_otels = {
instance_type = "t3a.small"
username = "ec2-user"
python = "/usr/bin/python3"
platform = "linux"
tags = {
"otel_role" = "agent"
}
Expand All @@ -91,6 +98,7 @@ ec2_otels = {
instance_type = "t4g.small"
username = "ec2-user"
python = "/usr/bin/python"
platform = "linux"
tags = {
"otel_role" = "agent"
}
Expand All @@ -103,6 +111,7 @@ ec2_otels = {
instance_type = "t3a.small"
username = "admin"
python = "/usr/bin/python3"
platform = "linux"
tags = {
"otel_role" = "agent"
}
Expand All @@ -115,6 +124,7 @@ ec2_otels = {
instance_type = "t4g.small"
username = "admin"
python = "/usr/bin/python3"
platform = "linux"
tags = {
"otel_role" = "agent"
}
Expand All @@ -127,6 +137,7 @@ ec2_otels = {
instance_type = "t3a.small"
username = "admin"
python = "/usr/bin/python3"
platform = "linux"
tags = {
"otel_role" = "agent"
}
Expand All @@ -139,6 +150,7 @@ ec2_otels = {
instance_type = "t4g.small"
username = "admin"
python = "/usr/bin/python3"
platform = "linux"
tags = {
"otel_role" = "agent"
}
Expand All @@ -151,6 +163,7 @@ ec2_otels = {
instance_type = "t3a.small"
username = "ec2-user"
python = "/usr/bin/python"
platform = "linux"
tags = {
"otel_role" = "agent"
}
Expand All @@ -163,6 +176,7 @@ ec2_otels = {
instance_type = "t4g.small"
username = "ec2-user"
python = "/usr/bin/python"
platform = "linux"
tags = {
"otel_role" = "agent"
}
Expand All @@ -175,6 +189,7 @@ ec2_otels = {
instance_type = "t3a.small"
username = "ec2-user"
python = "/usr/bin/python3"
platform = "linux"
tags = {
"otel_role" = "agent"
}
Expand All @@ -187,6 +202,7 @@ ec2_otels = {
instance_type = "t4g.small"
username = "ec2-user"
python = "/usr/bin/python3"
platform = "linux"
tags = {
"otel_role" = "agent"
}
Expand Down

0 comments on commit a32155b

Please sign in to comment.