Skip to content

craigpastro/terraform-aws-openfga

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-aws-openfga

For benchmarking, not production.

This is a terraform module to deploy OpenFGA in ECS with either the Postgres backend or the in-memory backend. We are using it for benchmarking purposes for the moment.

This module with create a VPC with three public subnets. It will deploy OpenFGA in the public subnets behind a load balancer. You can specify the number of instances you would like. If backed by Postgres, it will also create a serverless Postgres cluster in the public subnet.

See variables.tf for the list of input variables.

The outputs of this module are name and the endpoint of the load balancer to reach OpenFGA.

Notes

Keep a watch on hashicorp/terraform-provider-aws#1703, and update the migrate portion if they ever do add an aws_ecs_runtask.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages