This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14:56:08.343 WARN Using `terragrunt.hcl` as the root of Terragrunt configurations is an anti-pattern, and no longer recommended. In a future version of Terragrunt, this will result in an error. You are advised to use a differently named file like `root.hcl` instead. For more information, see https://terragrunt.gruntwork.io/docs/migrate/migrating-from-root-terragrunt-hcl | |
14:56:12.115 INFO [../external-dependencies] Downloading Terraform configurations from ../external-dependencies/module into ../external-dependencies/.terragrunt-cache/iVreuqoqedsROWuMbf731QFKz8g/PF2cwpeFHGEhclLMbSxDz2TZc60 | |
14:56:13.736 INFO [../external-dependencies] terraform: TF_LOG: Terraform version: 1.8.2 | |
14:56:13.736 INFO [../external-dependencies] terraform: TF_LOG: Go runtime version: go1.22.1 | |
14:56:13.736 INFO [../external-dependencies] terraform: TF_LOG: CLI args: []string{"/opt/homebrew/Cellar/tfenv/3.0.0/versions/1.8.2/terraform", "init"} | |
14:56:13.736 INFO [../external-dependencies] terraform: TF_LOG: Loading CLI config |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[tool.black] | |
line-length = 79 | |
include = '\.pyi?$' | |
[tool.poetry] | |
name = "fastapi_template_repository" | |
version = "0.0.0" | |
description = "" | |
authors = ["*** <***@foo.com>"] | |
packages = [ |