Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update AWS provider and adds some variables #10

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

ricciocri
Copy link

Pleae note this PR include PR#9
This one update the AWS provider version for terraform and adds variables to

  • Be able to set encryption on the Ec2 disk
  • Use Gp3 as disk type
  • Enable termination protection on the Ec2

Moshchev, Alex and others added 4 commits October 30, 2024 19:01
# AWS settings ex:
aws_region = "eu-west-1"
shared_credentials_file = "/Users/.../.aws/credentials"
profile = "2025"
aws_ami_name = "ubuntu/images/hvm-ssd/ubuntu-jammy*"
aws_ami_vol_type = "gp2"
aws_ami_virt_type = "hvm"
ec2_username = "ubuntu"
ovpn_users = ["eu", "eu_router"]
use_public_dns = false
ovpn_port = 43194
ovpn_client = "eu"
ovpn_tls_sig = 3
ovpn_dns = 3
ovpn_cipher = "AES-256-CBC"
ovpn_srv_buff_size_max = 8388608
ovpn_srv_buff_size_default = 262143
ovpn_client_buff_size = 262143
instance_type="t2.micro"
openvpn_install_script_location="https://raw.githubusercontent.com/amoschov/openvpn-install/develop/openvpn-install.sh"
Add an additional OpenVPN parameters, migrate to Terraform 0.13
…d Protection on termination for Ec2

Tested with terraform 1.10, adds some variables to set encryption on the disk of teh ec2 and termination protection, also a variable to use Gp3 as disk
feat: ✨ Update AWS provider, Adds Encryption for disk, Gp3 V…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant