Skip to content

Commit

Permalink
Merge pull request #951 from marcolan018/ocm-8929
Browse files Browse the repository at this point in the history
OCM-8929 | feat: add Ec2MetadataHttpTokens to aws_node_pool_type
  • Loading branch information
ciaranRoche authored Jun 28, 2024
2 parents b0fa3ce + 47ec7d8 commit 7fcc4e2
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 7fcc4e2

Please sign in to comment.