Skip to content

Terraform module for deploying a Gitea server instance to AWS EC2.

Notifications You must be signed in to change notification settings

rhtconsulting/tf-gitea-server-aws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Red Hat Terraform Gitea Module (AWS)

This Terraform module is for deploying a single gitea server.

Inputs

  • aws_region: Target region for instance deployment
  • aws_vpc_subnet_id: Target Subnet for instance deployment
  • aws_instance_type: Type of EC2 instance to deploy
  • aws_keypair_name: Name of AWS managed keypair to authorize access to the instance

How to Use

  1. Properly Configure AWS Access Credentials
  2. Install Terraform v0.12+
  3. 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.

About

Terraform module for deploying a Gitea server instance to AWS EC2.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages