diff --git a/.gitmodules b/.gitmodules index 69ffbbf53..f6a538a56 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,4 +3,4 @@ url = https://github.com/outscale/osc-api [submodule "docs/doc-terraform-template"] path = docs/doc-terraform-template - url = https://gitlab.outscale.internal/rd/doc-terraform-template.git + url = https://gitlab.outscale.internal/documentation/doc-terraform-template.git \ No newline at end of file diff --git a/docs/generate_doc_terraform.py b/docs/generate_doc_terraform.py index 62f86b0a6..f0e4c12b8 100644 --- a/docs/generate_doc_terraform.py +++ b/docs/generate_doc_terraform.py @@ -26,9 +26,9 @@ ARGS = parser.parse_args() -# Data Sources that need to be consider as singular +# Data Sources that need to be considered as singular FORCE_SINGULAR_LIST = ["net_attributes", "quotas"] -# Data Sources that need to be consider as plural +# Data Sources that need to be considered as plural FORCE_PLURAL_LIST = ["flexible_gpu_catalog", "load_balancer_vm_health"] class DataType(Enum):