Skip to content

Commit

Permalink
feat: add api gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelpuiggarcia committed Sep 1, 2023
1 parent aab5a6c commit 6e34ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcp/nandos-api-gateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This Terraform module provisions a complete API environment on Google Cloud Plat

```hcl
module "nandos_api" {
source = "github.com/NandosUK/infrastructure-terraform-modules//gcp/api-gateway-v1"
source = "github.com/NandosUK/infrastructure-terraform-modules//gcp/nandos-api-gateway"
project_id = "test-project-id"
api_name = "test-api"
openapi_spec_file_path = "./path/to/spec.yaml"
Expand Down

0 comments on commit 6e34ece

Please sign in to comment.