File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,10 @@ source "amazon-ebs" "githubrunner" {
9393 subnet_id = var. subnet_id
9494 associate_public_ip_address = var. associate_public_ip_address
9595 temporary_security_group_source_public_ip = var. temporary_security_group_source_public_ip
96+ aws_polling {
97+ delay_seconds = 60
98+ max_attempts = 120
99+ }
96100
97101 source_ami_filter {
98102 filters = {
Original file line number Diff line number Diff line change @@ -93,6 +93,10 @@ source "amazon-ebs" "githubrunner" {
9393 subnet_id = var. subnet_id
9494 associate_public_ip_address = var. associate_public_ip_address
9595 temporary_security_group_source_public_ip = var. temporary_security_group_source_public_ip
96+ aws_polling {
97+ delay_seconds = 60
98+ max_attempts = 120
99+ }
96100
97101 source_ami_filter {
98102 filters = {
You can’t perform that action at this time.
0 commit comments