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

Commit 3e945c1

Browse files
committed
update github tags
1 parent 6285e54 commit 3e945c1

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/readme.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
python-version: '3.x'
1919

2020
- name: 'create readme'
21-
uses: 'clouddrove/github-actions@v9.0'
21+
uses: 'clouddrove/github-actions@9.0.1'
2222
with:
2323
actions_subcommand: 'readme'
2424
github_token: '${{ secrets.GITHUB }}'
@@ -35,7 +35,7 @@ jobs:
3535
continue-on-error: true
3636

3737
- name: 'push readme'
38-
uses: 'clouddrove/github-actions@v9.0'
38+
uses: 'clouddrove/github-actions@9.0.1'
3939
continue-on-error: true
4040
with:
4141
actions_subcommand: 'push'

_test/vpc_test.go renamed to _test/spaces_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Managed By : CloudDrove
2-
// Description : This Terratest is used to test the Terraform SES module.
2+
// Description : This Terratest is used to test the Terraform spaces module.
33
// Copyright @ CloudDrove. All Right Reserved.
44
package test
55

@@ -28,5 +28,5 @@ func Test(t *testing.T) {
2828
Arn := terraform.Output(t, terraformOptions, "urn")
2929

3030
// Check that we get back the outputs that we expect
31-
assert.Contains(t, Arn, "do:vpc:")
31+
assert.Contains(t, Arn, "do:spaces:")
3232
}

outputs.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ output "name" {
1111
description = "The date and time of when the VPC was created."
1212
}
1313

14-
1514
output "bucket_domain_name" {
1615
value = join("", digitalocean_spaces_bucket.spaces.*.bucket_domain_name)
1716
description = "The date and time of when the VPC was created."

0 commit comments

Comments
 (0)