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
i am consistently getting the following errors when deploying , make deploy
Terraform has been successfully initialized!
You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
plan-apply TF_VAR_use_semantic_reranker is set to: true
/workspaces/PubSec-Info-Assistant/scripts/../infra
infoasst
data.azurerm_resource_group.existing[0]: Reading...
module.entraObjects.data.azurerm_client_config.current: Reading...
module.kvModule.data.azurerm_client_config.current: Reading...
data.azurerm_client_config.current: Reading...
module.kvModule.data.azurerm_client_config.current: Read complete after 0s [id=Y2xpZW50Q29uZmlncy9jbGllbnRJZD0wNGIwNzc5NS04ZGRiLTQ2MWEtYmJlZS0wMmY5ZTFiZjdiNDY7b2JqZWN0SWQ9YjIwOGUzOWQtMjU1YS00YjA0LWFhM2QtOWFiZTBjNjVmZDAyO3N1YnNjcmlwdGlvbklkPTA3MTBjY2VhLWQ1YzItNDIwYy1hOGM5LWRiZDQ0ZWY0MzFkZjt0ZW5hbnRJZD1iYjViMzUzMi0wNTZjLTQzYjQtOTA0NS00ODllNmZmMjNmZTk=]
data.azurerm_client_config.current: Read complete after 0s [id=Y2xpZW50Q29uZmlncy9jbGllbnRJZD0wNGIwNzc5NS04ZGRiLTQ2MWEtYmJlZS0wMmY5ZTFiZjdiNDY7b2JqZWN0SWQ9YjIwOGUzOWQtMjU1YS00YjA0LWFhM2QtOWFiZTBjNjVmZDAyO3N1YnNjcmlwdGlvbklkPTA3MTBjY2VhLWQ1YzItNDIwYy1hOGM5LWRiZDQ0ZWY0MzFkZjt0ZW5hbnRJZD1iYjViMzUzMi0wNTZjLTQzYjQtOTA0NS00ODllNmZmMjNmZTk=]
module.entraObjects.data.azurerm_client_config.current: Read complete after 0s [id=Y2xpZW50Q29uZmlncy9jbGllbnRJZD0wNGIwNzc5NS04ZGRiLTQ2MWEtYmJlZS0wMmY5ZTFiZjdiNDY7b2JqZWN0SWQ9YjIwOGUzOWQtMjU1YS00YjA0LWFhM2QtOWFiZTBjNjVmZDAyO3N1YnNjcmlwdGlvbklkPTA3MTBjY2VhLWQ1YzItNDIwYy1hOGM5LWRiZDQ0ZWY0MzFkZjt0ZW5hbnRJZD1iYjViMzUzMi0wNTZjLTQzYjQtOTA0NS00ODllNmZmMjNmZTk=]
data.azurerm_resource_group.existing[0]: Read complete after 1s [id=/subscriptions/0710ccea-d5c2-420c-a8c9-dbd44ef431df/resourceGroups/rg-tcorp-azureai-sand-aue-dev]
╷
│ Error: Invalid value for input variable
│
│ on variables.tf line 114:
│ 114: variable "use_semantic_reranker" {
│
│ Unsuitable value for var.use_semantic_reranker set using the TF_VAR_use_semantic_reranker environment variable: a bool is required.
╵
plan-apply TF_VAR_use_semantic_reranker is set to: true
make: *** [Makefile:39: infrastructure] Error 1
I have debugged and TF_VAR_use_semantic_reranker is set to true
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
i am consistently getting the following errors when deploying , make deploy
I have debugged and TF_VAR_use_semantic_reranker is set to true
any ideas or thoughts
Beta Was this translation helpful? Give feedback.
All reactions