Skip to content

Commit

Permalink
fix: remove template provider and fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevesibilia committed Nov 4, 2024
1 parent aa53a60 commit 5d67e1c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 22 deletions.
6 changes: 1 addition & 5 deletions examples/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,8 @@ terraform {
source = "hashicorp/kubernetes"
version = ">= 2.19"
}
template = {
source = "hashicorp/template"
version = ">= 2.2.0"
}
random = {
source = "hashicorp/random"
source = "hashicorp/random"
version = "3.6.2"
}
}
Expand Down
12 changes: 0 additions & 12 deletions examples/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,3 @@ output "drupal_apps_bucket_credentials" {
description = "Drupal apps bucket credentials for each Drupal project."
value = module.drupal_resources.drupal_apps_bucket_credentials
}

output "helm_values_for_buckets" {
sensitive = true
description = "Helm values for buckets to be entered into the gitlab pipeline"
value = module.drupal_resources.helm_values_for_buckets
}

output "helm_values_for_databases" {
sensitive = true
description = "Helm values for databases to be entered into the gitlab pipeline"
value = module.drupal_resources.helm_values_for_databases
}
6 changes: 1 addition & 5 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,8 @@ terraform {
source = "hashicorp/kubernetes"
version = ">= 2.19"
}
template = {
source = "hashicorp/template"
version = ">= 2.2.0"
}
random = {
source = "hashicorp/random"
source = "hashicorp/random"
version = "3.6.2"
}
}
Expand Down

0 comments on commit 5d67e1c

Please sign in to comment.