We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9d6bdf commit dc44b20Copy full SHA for dc44b20
README.yaml
@@ -39,7 +39,8 @@ usage: |-
39
### Basic Example
40
```hcl
41
module "api-gateway" {
42
- source = "git::https://github.com/clouddrove/terraform-aws-api-gateway.git?ref=tags/0.13.0"
+ source = "clouddrove/api-gateway/aws"
43
+ version = "0.13.0"
44
name = "api-gateway"
45
application = "clouddrove"
46
environment = "test"
@@ -97,7 +98,8 @@ usage: |-
97
98
### Complete Example
99
100
101
102
103
104
105
0 commit comments