mirror of
				https://github.com/ansible-collections/community.general.git
				synced 2024-09-14 20:13:21 +02:00 
			
		
		
		
	Fixing version_added strings for new features in ec2_elb_lb
Fixes #7631
This commit is contained in:
		
							parent
							
								
									6708ea887a
								
							
						
					
					
						commit
						9f0d496d67
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -72,17 +72,19 @@ options:
 | 
			
		|||
    required: false
 | 
			
		||||
    default: None
 | 
			
		||||
    aliases: []
 | 
			
		||||
    version_added: "1.6"  
 | 
			
		||||
    version_added: "1.7"
 | 
			
		||||
  purge_subnets:
 | 
			
		||||
    description:
 | 
			
		||||
      - Purge existing subnet on ELB that are not found in subnets
 | 
			
		||||
    required: false
 | 
			
		||||
    default: false  
 | 
			
		||||
    version_added: "1.7"
 | 
			
		||||
  scheme:
 | 
			
		||||
    description:
 | 
			
		||||
      - The scheme to use when creating the ELB. For a private VPC-visible ELB use 'internal'.
 | 
			
		||||
    required: false
 | 
			
		||||
    default: 'internet-facing'
 | 
			
		||||
    version_added: "1.7"
 | 
			
		||||
  validate_certs:
 | 
			
		||||
    description:
 | 
			
		||||
      - When set to "no", SSL certificates will not be validated for boto versions >= 2.6.0.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue