Skip to content

Commit

Permalink
feat: update security group version
Browse files Browse the repository at this point in the history
  • Loading branch information
theprashantyadav committed Jul 18, 2023
1 parent 0f72292 commit ac45432
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ usage: |-
```hcl
module "api-gateway" {
source = "clouddrove/api-gateway/aws"
version = "1.3.1"
version = "1.4.0"
domain_name = "example.cam"
domain_name_certificate_arn = module.acm.arn
Expand Down Expand Up @@ -75,7 +75,7 @@ usage: |-
```hcl
module "api-gateway" {
source = "clouddrove/api-gateway/aws"
version = "1.3.1"
version = "1.4.0"
name = "api"
environment = "test"
Expand Down

0 comments on commit ac45432

Please sign in to comment.