Skip to content

Commit 256ffe6

Browse files
Added github action
1 parent 3bf2e6b commit 256ffe6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ usage: |-
4242
### Default vpc
4343
```hcl
4444
module "vpc" {
45-
source = "../"
45+
source = "clouddrove/storage/google"
46+
version = "1.0.0"
4647
4748
name = "vpc"
4849
environment = var.environment

main.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
module "labels" {
2-
source = "git::https://github.com/clouddrove/terraform-gcp-labels.git?ref"
2+
source = "clouddrove/labels/gcp"
3+
version = "1.0.0"
34

45
name = var.name
56
environment = var.environment

0 commit comments

Comments
 (0)