Skip to content

Commit

Permalink
fix: hc protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
raykrishardi committed Jan 24, 2024
1 parent 32b8b1f commit c14d8b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fargate-v2.cfndsl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
## Optional
if targetgroup.has_key?('healthcheck')
HealthCheckPort targetgroup['healthcheck']['port'] if targetgroup['healthcheck'].has_key?('port')
HealthCheckProtocol targetgroup['healthcheck']['protocol'] if targetgroup['healthcheck'].has_key?('port')
HealthCheckProtocol targetgroup['healthcheck']['protocol'] if targetgroup['healthcheck'].has_key?('protocol')
HealthCheckIntervalSeconds targetgroup['healthcheck']['interval'] if targetgroup['healthcheck'].has_key?('interval')
HealthCheckTimeoutSeconds targetgroup['healthcheck']['timeout'] if targetgroup['healthcheck'].has_key?('timeout')
HealthyThresholdCount targetgroup['healthcheck']['healthy_count'] if targetgroup['healthcheck'].has_key?('healthy_count')
Expand Down

0 comments on commit c14d8b1

Please sign in to comment.