diff --git a/.terraform-docs.yml b/.terraform-docs.yml index 229c25d..497b40b 100644 --- a/.terraform-docs.yml +++ b/.terraform-docs.yml @@ -19,7 +19,7 @@ sections: content: "" output: - file: Readme.md + file: README.md mode: replace template: |- @@ -34,11 +34,12 @@ output: ``` hcl module "vpc" { # to modify - source = "scaleway/vpc" + source = "scaleway/vpc-module/scaleway" version = ">= 1.0.0" + public_gateway_name = "my_public_gw" private_network_name = "my_vpc" - zone = "fr-par-1" + zones = ["fr-par-1"] } ```