You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
╷
│ Error: POST https: //app.harness.io/gateway/ng/api/v2/secrets?accountIdentifier=<REDACTED>&orgIdentifier=<REDACTED>&projectIdentifier=<REDACTED> giving up after 11 attempt(s)
│
│ with harness_platform_secret_text.<REDACTED>[
0
],
│ on harness.tf line 128, in resource "harness_platform_secret_text""<REDACTED>":
│ 128: resource "harness_platform_secret_text""<REDACTED>"{
│
Expected Behavior
What should have happened?
The secret get created
Actual Behavior
The secret does not get created and the apply errors out
###Important Note
While troubleshooting I noticed that when the secret manager is created from terraform the templateinputs are set to null; however when it is created from the web UI the templateinputs are set to {}. When you try to set the template_inputs to template_inputs {} in terraform, you will get a panic error
Terraform Version
v1.5.0
Harness Provider Version
0.32.2
Affected Resource(s)
Terraform Configuration Files
Debug Output
Please provider a link to a GitHub Gist containing the complete debug output: https://www.terraform.io/docs/internals/debugging.html. Please do NOT paste the debug output in the issue; just paste a link to the Gist.
Panic Output
Expected Behavior
What should have happened?
The secret get created
Actual Behavior
The secret does not get created and the apply errors out
###Important Note
While troubleshooting I noticed that when the secret manager is created from terraform the
templateinputs
are set tonull
; however when it is created from the web UI thetemplateinputs
are set to{}
. When you try to set thetemplate_inputs
totemplate_inputs {}
in terraform, you will get a panic errorThe text was updated successfully, but these errors were encountered: