Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard-Barrett committed Oct 29, 2024
1 parent 20feb8b commit 3910789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ resource "random_password" "jenkins_password" {
}

module "jenkins_dev" {
source = "../../" # Adjust the path as needed
source = "../.." # Adjust the path as needed

Check failure on line 38 in examples/complete/main.tf

View workflow job for this annotation

GitHub Actions / Validate Terraform module

Invalid registry module source address

Check failure on line 38 in examples/complete/main.tf

View workflow job for this annotation

GitHub Actions / Validate Terraform module

Invalid registry module source address

name = "jenkins-dev"
repository = "https://charts.jenkins.io"
Expand Down

0 comments on commit 3910789

Please sign in to comment.