@marcos_feitoza/terraform-circleci
v1.0.1
Published
Terraform module to manage CircleCI resources base on devops-tf-circleci
Downloads
26
Readme
terraform-circleci
Terraform module to manage CircleCI resources base on devops-tf-circleci
Implemented resources
circleci_project
Inputs
organization_id: CircleCI organization UUIDprojects: map of projects to manage
Example
module "circleci" {
source = "./terraform-circleci"
organization_id = var.organization_id
projects = {
infra = {
name = "devops-tf-aws-vpc"
}
homelab = {
name = "raspbery-cluster"
}
}
}