Skip to content

Commit

Permalink
infra: Switch nvidia template to utilize regular cloudwatch config (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
seemethere authored Jul 25, 2023
1 parent 36f5d1a commit c0a3670
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ resource "aws_launch_template" "linux_runner_nvidia" {
pre_install = var.userdata_pre_install
post_install = var.userdata_post_install
enable_cloudwatch_agent = var.enable_cloudwatch_agent
ssm_key_cloudwatch_agent_config = var.enable_cloudwatch_agent ? aws_ssm_parameter.cloudwatch_agent_config_runner_linux_nvidia[0].name : ""
ssm_key_cloudwatch_agent_config = var.enable_cloudwatch_agent ? aws_ssm_parameter.cloudwatch_agent_config_runner_linux[0].name : ""
ghes_url = var.ghes_url
install_config_runner = local.install_config_runner_linux
}))
Expand Down

0 comments on commit c0a3670

Please sign in to comment.