Skip to content
This repository was archived by the owner on Jun 3, 2023. It is now read-only.

Commit 5f38e3b

Browse files
committed
fix readme
1 parent ad14e85 commit 5f38e3b

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 Cloud Drove
3+
Copyright (c) 2021 Cloud Drove
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ usage : |-
3636
Here is an example of how you can use this module in your inventory structure:
3737
```hcl
3838
module "spaces" {
39-
source = "clouddrove/spaces/digitalocean"
39+
source = "terraform-do-modules/spaces/digitalocean"
40+
version = "0.15.0"
4041
name = "clouddrove"
4142
environment = "test"
4243
label_order = ["name"]

main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ locals {
2222
#Module : LABEL
2323
#Description : Terraform label module variables.
2424
module "labels" {
25-
source = "git::https://github.com/terraform-do-modules/terraform-digitalocean-labels.git?ref=0.15"
26-
#version = "0.15.0"
25+
source = ""
26+
version = "0.15.0"
2727
name = var.name
2828
environment = var.environment
2929
label_order = var.label_order

0 commit comments

Comments
 (0)