Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
natarajaya committed Aug 23, 2018
1 parent 6bcbaf4 commit b01d6d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/helm-release/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
# PROVIDER
# ------------------------------------------------------------------------------

# Following code loads Helm certificates from files into Terraform data object.
# In case there are no certificate files, data will be populated with empty values
# so provider configuration can still be successful.
# This helps to achieve idempotence for destroy operation.
data "external" "client_auth" {
program = [
"sh", "-c",
Expand Down

0 comments on commit b01d6d4

Please sign in to comment.