Skip to content

Commit

Permalink
Add a description of Input values
Browse files Browse the repository at this point in the history
Signed-off-by: t-kikuc <[email protected]>
  • Loading branch information
t-kikuc committed Nov 22, 2023
1 parent 1d6ced7 commit 95055cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/config/application_ecs.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ type ECSDeploymentInput struct {
// Default is true.
RunStandaloneTask *bool `json:"runStandaloneTask" default:"true"`
// How the ECS service is accessed.
// Possible values are:
// - ELB - The service is accessed via ELB and target groups.
// - SERVICE_DISCOVERY - The service is accessed via ECS Service Discovery.
// Default is ELB.
AccessType string `json:"accessType" default:"ELB"`
}
Expand Down

0 comments on commit 95055cd

Please sign in to comment.