Skip to content

Instantly share code, notes, and snippets.

@audunsolemdal
Created August 11, 2023 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save audunsolemdal/b61129ae5a54dc8a9c23cb47f3d6c7c8 to your computer and use it in GitHub Desktop.
Save audunsolemdal/b61129ae5a54dc8a9c23cb47f3d6c7c8 to your computer and use it in GitHub Desktop.
helm provider issue
Terraform will perform the following actions:
# module.sentry[0].helm_release.sentry will be updated in-place
~ resource "helm_release" "sentry" {
id = "sentry"
~ metadata = [
- {
- app_version = "23.7.1"
- chart = "sentry"
- name = "sentry"
- namespace = "sentry"
- revision = 18
- values = jsonencode(
{
(...)
}
- mail = {
- password = "SENSITIVECLEARTEXTPASSWORD"
- username = "xxx"
}
(...)
}
)
- version = "20.2.0"
},
] -> (known after apply)
name = "sentry"
~ values = [
- (sensitive value),
+ (sensitive value),
]
# (26 unchanged attributes hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment