Skip to content
This repository has been archived by the owner on Jun 17, 2023. It is now read-only.

Idempotence for helm-release destroy #100

Merged
merged 3 commits into from
Aug 24, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add comment
  • Loading branch information
natarajaya committed Aug 23, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 312d6f72b14c57d71a3eccce3f5685a8010a0183
4 changes: 4 additions & 0 deletions modules/helm-release/main.tf
Original file line number Diff line number Diff line change
@@ -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",