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 +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 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 }}'
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'
Original file line number Diff line number Diff line change 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.
44package 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}
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ output "name" {
1111 description = " The date and time of when the VPC was created."
1212}
1313
14-
1514output "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."
You can’t perform that action at this time.
0 commit comments