Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan-Christopherson committed Nov 7, 2024
1 parent 4ac83e3 commit fcf8cad
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 deletions.
6 changes: 1 addition & 5 deletions examples/ibm-sdsaas/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,7 @@ resource "ibm_sds_host" "sds_host_instance" {

## Assumptions

1. TODO

## Notes

1. TODO
The `IBMCLOUD_SDS_ENDPOINT` is required to be set by the user before running the terraform commands. This is the endpoint provided to customers to perform operations against their service.

## Requirements

Expand Down
8 changes: 4 additions & 4 deletions ibm/service/sdsaas/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Terraform IBM Provider
# Terraform IBM Provider
<!-- markdownlint-disable MD026 -->
This area is primarily for IBM provider contributors and maintainers. For information on _using_ Terraform and the IBM provider, see the links below.


## Handy Links
* [Find out about contributing](../../../CONTRIBUTING.md) to the IBM provider!
* IBM Provider Docs: [Home](https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs)
* IBM Provider Docs: [One of the resources](https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/resources/sds_volume)
* IBM API Docs: [IBM API Docs for ]()
* IBM SDK: [IBM SDK for ](https://github.com/IBM/appconfiguration-go-admin-sdk/tree/master/sdsaasv1)
* IBM Provider Docs: [One of the resources](https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/resources/sds_volume)
* IBM API Docs: [IBM API Docs for block](https://cloud.ibm.com/apidocs/block-storage). [IBM API Docs for storage](https://cloud.ibm.com/apidocs/object-storage)
* IBM SDK: [IBM SDK for software defined storage](https://github.com/IBM/sds-go-sdk/tree/master/sdsaasv1)
2 changes: 1 addition & 1 deletion ibm/service/sdsaas/resource_ibm_sds_volume_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ import (
"github.com/IBM-Cloud/terraform-provider-ibm/ibm/conns"
"github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/sdsaas"
"github.com/IBM/go-sdk-core/v5/core"
"github.com/stretchr/testify/assert"
"github.com/IBM/sds-go-sdk/sdsaasv1"
"github.com/stretchr/testify/assert"
)

func TestAccIBMSdsVolumeBasic(t *testing.T) {
Expand Down
1 change: 1 addition & 0 deletions website/allowed-subcategories.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Push Notifications
Resource management
Satellite
Schematics
sdsaas
Secrets Manager
Security and Compliance Center
Transit Gateway
Expand Down

0 comments on commit fcf8cad

Please sign in to comment.