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 have this error when trying to load a terraform output file :
Unexpected token Token(DECIMAL, '0') at line 3, column 75.
Expected one of:
* __ANON_3
My terraform output file
output"webapp_site_credential_user_name" {
description="Credentials of Webapp"value=join("", azurerm_app_service.appservice.*.site_credential.0.username)
}
It's seems the hcl2.load(file) does not like the "site_credential.0" even if this code is working in terraform.
How can i fix this without changing my terraform code ?
The text was updated successfully, but these errors were encountered:
Hello,
I have this error when trying to load a terraform output file :
My terraform output file
It's seems the hcl2.load(file) does not like the "site_credential.0" even if this code is working in terraform.
How can i fix this without changing my terraform code ?
The text was updated successfully, but these errors were encountered: