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
terraform apply should apply code change without errors
Actual Behavior
╷
│ Error: Provider produced invalid object
│
│ Provider "provider[\"terraform.io/builtin/terraform\"]" produced an invalid value after
│ apply for terraform_data.lambda_build: object required, but received dynamic. The
│ result cannot not be saved in the Terraform state.
│
│ This is a bug in the provider, which should be reported in the provider's own issue
│ tracker.
╵
Steps to Reproduce
terraform init
terraform apply
Additional Context
I have run it on local
References
No response
The text was updated successfully, but these errors were encountered:
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Terraform Version
Terraform Configuration Files
Debug Output
https://gist.github.com/kangkyu/f41bfe90f6b3fbefb03af45f077d56b9
Expected Behavior
terraform apply
should apply code change without errorsActual Behavior
Steps to Reproduce
terraform init
terraform apply
Additional Context
I have run it on local
References
No response
The text was updated successfully, but these errors were encountered: