This repository was archived by the owner on Jun 3, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2019 Cloud Drove
3+ Copyright (c) 2021 Cloud Drove
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff 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"]
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ locals {
2222# Module : LABEL
2323# Description : Terraform label module variables.
2424module "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
You can’t perform that action at this time.
0 commit comments