Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/hashicorp/setup-te…
Browse files Browse the repository at this point in the history
…rraform-3.1.2
  • Loading branch information
Richard-Barrett authored Oct 29, 2024
2 parents 00f3fde + 9b86559 commit d086f8e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fixcommit:

.PHONY: diagram
diagram:
python3 diagram.py
python diagram.py

.PHONY: tflint
tflint:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ graph TD

An Example of a CICD Integration using Codefresh and BitBucket with this module can be found below:

![Diagram of Terraform Module](images/diagram.png)
![Diagram of Terraform Module](https://github.com/Richard-Barrett/terraform-codefresh-pipeline/blob/main/images/diagram.png)

## Usage

```hcl
module "codefresh_pipeline" {
source = "git::https://github.com/Richard-Barrett/terraform-codefresh-pipeline.git?ref=0.1.0"
source = "git::https://github.com/Richard-Barrett/terraform-codefresh-pipeline.git?ref=0.4.0"
pipeline_name = "my-codefresh-pipeline"
pipeline_repo = "https://github.com/your-repo.git"
Expand Down
Binary file modified images/diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 0 additions & 14 deletions outputs.tf

This file was deleted.

0 comments on commit d086f8e

Please sign in to comment.