Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting error while executing the code with command "terraform plan", getting the below exception. #15

Open
swagat2020 opened this issue Jul 31, 2022 · 6 comments
Assignees
Labels
bug Something isn't working

Comments

@swagat2020
Copy link

While doing the plan its asking for few parameters like:

var.name
Name of secret to store

I've passed the value as default-secret

var.value
Secret value to store
Error

Enter a value:
I've passed the value as- password.

I'm getting the below exception, can you pls kindly help me here?

@swagat2020 swagat2020 added the bug Something isn't working label Jul 31, 2022
@swagat2020 swagat2020 changed the title Getting while executing the code with command "terraform plan", getting the below exception. Getting error while executing the code with command "terraform plan", getting the below exception. Jul 31, 2022
@swagat2020
Copy link
Author

Any update?

@sdickenson
Copy link
Member

@swagat2020 for the time being you can fix this by removing the secret_version output from the outputs.tf file, or you can update the secret_version output resource to include the parameter sensitive = true. This should fix your issue while we get this pushed into the mainline code.

@swagat2020
Copy link
Author

swagat2020 commented Aug 3, 2022 via email

@swagat2020
Copy link
Author

swagat2020 commented Aug 3, 2022 via email

@swagat2020
Copy link
Author

swagat2020 commented Aug 3, 2022 via email

@swagat2020
Copy link
Author

swagat2020 commented Aug 12, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants