This repository was archived by the owner on Jun 3, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 55#
66
77# Name of this project
8- name : Terraform DigitalOcean VPC
8+ name : Terraform DigitalOcean spaces
99
1010# License of this project
1111license : " 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
1717badges :
@@ -24,7 +24,7 @@ badges:
2424
2525# description of this project
2626description : |-
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
3030include :
@@ -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"]
Original file line number Diff line number Diff line change 22provider "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
You can’t perform that action at this time.
0 commit comments