Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 985 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 985 Bytes

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.