Skip to content

Commit

Permalink
Fix README example in terraform docs
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentPoinsaut committed Feb 22, 2024
1 parent 88b300a commit 95a6482
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .terraform-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ sections:
content: ""

output:
file: Readme.md
file: README.md
mode: replace
template: |-
<!-- BEGIN_TF_DOCS -->
Expand All @@ -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"]
}
```
Expand Down

0 comments on commit 95a6482

Please sign in to comment.