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 159400e commit 01b6144
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ usage: |-
### vpc complete example
```hcl
module "vpc" {
source = "clouddrove/vpc/aws"
version = "1.3.1"
module "vpc" {
source = "clouddrove/vpc/aws"
version = "1.3.1"
name = "vpc"
environment = "example"
cidr_block = "10.0.0.0/16"
Expand Down

0 comments on commit 01b6144

Please sign in to comment.