Skip to content

canonical/terraform-modules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-modules

Terraform modules are reusable, self-contained packages of Terraform configurations that encapsulate a set of resources with well-defined inputs and outputs. They provide a way to organize and reuse infrastructure code by abstracting away common patterns or configurations into reusable components.

This repository contains Terraform modules designed specifically for deploying Juju charms using the Terraform Juju Provider.

Example

You can deploy a Synapse charm by creating a main.tf file like this:

module "synapse" {
  source = "github.com/canonical/terraform-modules.git//modules/k8s/synapse"

  juju_model_name = local.juju_model_name
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages