Skip to content

Commit

Permalink
fix: updated github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mamrajyadav committed Jul 26, 2023
1 parent b07fc3c commit 159400e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- master

jobs:
readme:
readme-create:
name: 'readme-create'
runs-on: ubuntu-latest
steps:
Expand Down
10 changes: 5 additions & 5 deletions README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ usage: |-
### vpc basic example
```hcl
module "vpc" {
module "vpc" {
source = "clouddrove/vpc/aws"
version = "1.3.1"
name = "vpc"
Expand All @@ -49,12 +49,12 @@ usage: |-
additional_cidr_block = ["172.3.0.0/16", "172.2.0.0/16"]
dhcp_options_domain_name = "service.consul"
dhcp_options_domain_name_servers = ["127.0.0.1", "10.10.0.2"]
}
```
}
```
### vpc complete example
```hcl
module "vpc" {
module "vpc" {
source = "clouddrove/vpc/aws"
version = "1.3.1"
name = "vpc"
Expand All @@ -66,5 +66,5 @@ usage: |-
additional_cidr_block = ["172.3.0.0/16", "172.2.0.0/16"]
dhcp_options_domain_name = "service.consul"
dhcp_options_domain_name_servers = ["127.0.0.1", "10.10.0.2"]
}
}
```

0 comments on commit 159400e

Please sign in to comment.