Skip to content

Commit

Permalink
Merge pull request #18 from Flaconi/raees/update-ami
Browse files Browse the repository at this point in the history
added working ami
  • Loading branch information
raeeschachar authored Sep 11, 2024
2 parents cc8bc3f + 3720605 commit a0a1a7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ module "terraform-aws-xlt-loadtest" {
| <a name="input_allowed_networks"></a> [allowed\_networks](#input\_allowed\_networks) | The allowed networks IP/32 | `list(string)` | n/a | yes |
| <a name="input_name"></a> [name](#input\_name) | The name used for further interpolation | `string` | n/a | yes |
| <a name="input_password"></a> [password](#input\_password) | The password to use | `string` | n/a | yes |
| <a name="input_ami"></a> [ami](#input\_ami) | The AMI used for the agents | `string` | `"ami-0b701f8f19be222c6"` | no |
| <a name="input_ami"></a> [ami](#input\_ami) | The AMI used for the agents | `string` | `"ami-036cc6f041deb429b"` | no |
| <a name="input_grafana_ami"></a> [grafana\_ami](#input\_grafana\_ami) | The grafana ami (required if grafana\_enabled is set to true) | `string` | `"ami-0fc36223101444802"` | no |
| <a name="input_grafana_enabled"></a> [grafana\_enabled](#input\_grafana\_enabled) | Do we create a custom Grafana instance | `bool` | `false` | no |
| <a name="input_instance_count"></a> [instance\_count](#input\_instance\_count) | The amount of instances to start | `string` | `2` | no |
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ variable "instance_type" {

variable "ami" {
description = "The AMI used for the agents"
default = "ami-0b701f8f19be222c6" # list of recent XLT AMIs https://github.com/Xceptance/XLT/releases
default = "ami-036cc6f041deb429b" # list of recent XLT AMIs https://github.com/Xceptance/XLT/releases
type = string
}

Expand Down

0 comments on commit a0a1a7d

Please sign in to comment.