Skip to content

Commit

Permalink
Fix tags
Browse files Browse the repository at this point in the history
  • Loading branch information
agarciamontoro committed Mar 5, 2024
1 parent 70459fe commit 04b337d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ type ElasticSearchSettings struct {
// Elasticsearch instance type to be created.
InstanceType string
// Elasticsearch version to be deployed.
Version string `default:"Elasticsearch_7.10", validate:"prefix:Elasticsearch_"`
Version string `default:"Elasticsearch_7.10" validate:"prefix:Elasticsearch_"`
// Id of the VPC associated with the instance to be created.
VpcID string
// Set to true if the AWSServiceRoleForAmazonElasticsearchService role should be created.
Expand Down

0 comments on commit 04b337d

Please sign in to comment.