Created
August 11, 2023 14:05
-
-
Save audunsolemdal/b61129ae5a54dc8a9c23cb47f3d6c7c8 to your computer and use it in GitHub Desktop.
helm provider issue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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