Skip to content

Commit

Permalink
OCM-8929 | feat: add Ec2MetadataHttpTokens to aws_node_pool_type
Browse files Browse the repository at this point in the history
Signed-off-by: marcolan018 <[email protected]>
  • Loading branch information
marcolan018 committed Jun 27, 2024
1 parent b0fa3ce commit 47ec7d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions model/clusters_mgmt/v1/aws_node_pool_type.model
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,8 @@ class AWSNodePool {

// Additional AWS Security Groups to be added node pool.
AdditionalSecurityGroupIds []String

// Which Ec2MetadataHttpTokens to use for metadata service interaction options for EC2 instances
@json(name = "ec2_metadata_http_tokens")
Ec2MetadataHttpTokens Ec2MetadataHttpTokens
}

0 comments on commit 47ec7d8

Please sign in to comment.