Skip to content

Commit

Permalink
Update submodule link + fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
outscale-lru committed Feb 8, 2022
1 parent 2efd1c2 commit 69eab89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions docs/generate_doc_terraform.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 69eab89

Please sign in to comment.