Skip to content

figurate/terraform-null-swapfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linux swap configuration

CI

Configure a swap file on a Linux host.

Requirements

No requirements.

Providers

Name Version
null n/a

Inputs

Name Description Type Default Required
bastion_host Bastion host used to access target host any null no
bastion_host_key Location of private key file for SSH access to bastion host any null no
ssh_private_key Location of private key file for SSH access to the host any n/a yes
swapfile_size Size of the swapfile to create (GB) number 4 no
target_host The target host any n/a yes
user Username for connecting to the host any n/a yes

Outputs

No output.