This Terraform module is for deploying a single gitea server.
aws_region
: Target region for instance deploymentaws_vpc_subnet_id
: Target Subnet for instance deploymentaws_instance_type
: Type of EC2 instance to deployaws_keypair_name
: Name of AWS managed keypair to authorize access to the instance
- Properly Configure AWS Access Credentials
- Install Terraform v0.12+
- Clone Repository and Apply the terraform module:
This terraform module is designed to only handle the security group and instance deployment of a singular gitea server instance on AWS.
git clone [email protected]:rhtconsulting/tf-gitea-server-aws.git
terraform apply
Alternatively, you can use this repository as a terraform module in a larger terraform plan and project.