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

Commit 5a34193

Browse files
committed
update readme.yml
1 parent f2d0a0e commit 5a34193

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
#
66

77
# Name of this project
8-
name : Terraform DigitalOcean VPC
8+
name : Terraform DigitalOcean spaces
99

1010
# License of this project
1111
license: "MIT"
1212

1313
# Canonical GitHub repo
14-
github_repo: clouddrove/terraform-digitalocean-vpc
14+
github_repo: clouddrove/terraform-digitalocean-spaces
1515

1616
# Badges to display
1717
badges:
@@ -24,7 +24,7 @@ badges:
2424

2525
# description of this project
2626
description: |-
27-
VPCs are virtual networks containing resources that can communicate with each other in full isolation, using private IP addresses.
27+
spaces are virtual networks containing resources that can communicate with each other in full isolation, using private IP addresses.
2828
2929
# extra content
3030
include:
@@ -35,8 +35,8 @@ usage : |-
3535
### Simple Example
3636
Here is an example of how you can use this module in your inventory structure:
3737
```hcl
38-
module "vpc" {
39-
source = "clouddrove/spaces/digitalocean"
38+
module "spaces" {
39+
source = "clouddrove/spaces/digitalocean"
4040
name = "clouddrove"
4141
environment = "test"
4242
label_order = ["name"]

_example/example.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
provider "digitalocean" {
33
# You need to set this in your .bashrc
44
# export DIGITALOCEAN_TOKEN="Your API TOKEN"
5-
spaces_access_id = "BI6Q4TQLWEMSLORURV43"
6-
spaces_secret_key = "nPTGaHrFxacVxc4m/SlnQxl7QvgZ9ZtY2FNUd6nYGQo"
5+
spaces_access_id = "xxxxxxxxxxx"
6+
spaces_secret_key = "xxxxxxxxxxxxxxxxxxxxxxxxx"
77
}
88

99

0 commit comments

Comments
 (0)