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
The terraform fmt command is used to rewrite
Terraform configuration files to a canonical
format and style. This command applies a subset
of the Terraform language style conventions,
along with other minor adjustments for readability.
This commit apply terraform fmt command to fix
deprecated interpolation syntax and code
indentation.
#12
Lines 192, 205, and 214 of main.tf are all using the deprecated interpolation syntax.
The text was updated successfully, but these errors were encountered: