Skip to content

Commit

Permalink
terraform fmt: automated action
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Nov 25, 2024
1 parent f9de5c8 commit beb56fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ terraform {
version = ">= 2.0.0"
}
random = {
source = "hashicorp/random"
source = "hashicorp/random"
version = "3.6.3"
}
}
Expand All @@ -30,8 +30,8 @@ provider "helm" {
provider "random" {}

resource "random_password" "jenkins_password" {
length = 16
special = true
length = 16
special = true
}

module "jenkins_dev" {
Expand All @@ -40,7 +40,7 @@ module "jenkins_dev" {
name = "jenkins-dev"
repository = "https://charts.jenkins.io"
chart = "jenkins"
chart_namespace = "jenkins-dev"
chart_namespace = "jenkins-dev"
create_namespace = true

# Inject sensitive data using templatefile
Expand Down

0 comments on commit beb56fb

Please sign in to comment.