Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Help Terraform modules for CircleCI server

License

NotificationsYou must be signed in to change notification settings

CircleCI-Public/server-terraform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircleCI

Server Terraform

This repository contains a collection ofTerraformmodules that are helpful in hosting CircleCI server >= 3.x.

Contents

Usage

We strongly suggest consuming these modules using Terraformgeneric gitrepository support and pinning a fixed reference. For example, you mightconsume the AWS Nomad client module as follows:

module"my-aws-nomad-clients" {# Pin release to 4.1.0 (for example) and use /nomad-aws subdirectorysource="git::https://github.com/CircleCI-Public/server-terraform.git//nomad-aws?ref=4.1.0"# Other variables here...}

Note the use ofref=4.1.0 to select a specific git tag and//nomad-aws to select thenomad-aws module.

Compatibility

The modules in this repository are meant to be used withterraformv0.15.4 and above.


How to contribute

We love contributions! Here is how to get started:

Creating a PR

  • Start by branching off main. Branches should be named with the issue numberthey resolve or a description of the work being done.
  • Once your work is complete, you may create a PR for your branch
  • Each commit is tested for formatting and syntax errors
  • We test PRs in our own test environments
  • PRs are reviewed and approved by members of CircleCI'sOn-Prem team

Reporting Issues

  • Feature requests or problems found may be reported by creating an issuewithin this repository
  • CircleCI'sOn-Prem team will review and respond to issues.

[8]ページ先頭

©2009-2025 Movatter.jp