Skip to content

Commit dc44b20

Browse files
committed
upgrade terraform version to 0.13.0 and update readme pipeline
1 parent e9d6bdf commit dc44b20

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ usage: |-
3939
### Basic Example
4040
```hcl
4141
module "api-gateway" {
42-
source = "git::https://github.com/clouddrove/terraform-aws-api-gateway.git?ref=tags/0.13.0"
42+
source = "clouddrove/api-gateway/aws"
43+
version = "0.13.0"
4344
name = "api-gateway"
4445
application = "clouddrove"
4546
environment = "test"
@@ -97,7 +98,8 @@ usage: |-
9798
### Complete Example
9899
```hcl
99100
module "api-gateway" {
100-
source = "git::https://github.com/clouddrove/terraform-aws-api-gateway.git?ref=tags/0.13.0"
101+
source = "clouddrove/api-gateway/aws"
102+
version = "0.13.0"
101103
name = "api-gateway"
102104
application = "clouddrove"
103105
environment = "test"

0 commit comments

Comments
 (0)