Skip to content

Commit

Permalink
SCC eu-es update (#5135)
Browse files Browse the repository at this point in the history
* SCC: Adding updates to the scc resources/datasources

* Updates to scc profile go and profile_attachment md

- Added to a TODO to verify all default-parameters are present
- Changed the formattinf for the profile_attachment markdown

* fixed the testing

* go mod update

* changing scc_profile.Controls back to Required

* fix: updating the scc-go-sdk to 5.1.5

---------

Co-authored-by: Timothy-Yao <timothy.yao@ibm.com>
  • Loading branch information
tyao117 and Timothy-Yao committed Feb 21, 2024
1 parent 045ccc4 commit 8d4aa46
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ require (
github.com/IBM/platform-services-go-sdk v0.59.0
github.com/IBM/project-go-sdk v0.2.1
github.com/IBM/push-notifications-go-sdk v0.0.0-20210310100607-5790b96c47f5
github.com/IBM/scc-go-sdk/v5 v5.1.4
github.com/IBM/scc-go-sdk/v5 v5.1.5
github.com/IBM/schematics-go-sdk v0.2.3
github.com/IBM/secrets-manager-go-sdk/v2 v2.0.3
github.com/IBM/vpc-beta-go-sdk v0.6.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ github.com/IBM/push-notifications-go-sdk v0.0.0-20210310100607-5790b96c47f5 h1:N
github.com/IBM/push-notifications-go-sdk v0.0.0-20210310100607-5790b96c47f5/go.mod h1:b07XHUVh0XYnQE9s2mqgjYST1h9buaQNqN4EcKhOsX0=
github.com/IBM/sarama v1.41.2 h1:ZDBZfGPHAD4uuAtSv4U22fRZBgst0eEwGFzLj0fb85c=
github.com/IBM/sarama v1.41.2/go.mod h1:xdpu7sd6OE1uxNdjYTSKUfY8FaKkJES9/+EyjSgiGQk=
github.com/IBM/scc-go-sdk/v5 v5.1.4 h1:+HoeUJCyGAJpQv2hBskKdMC1I6K617zbHF5lpbK5VYI=
github.com/IBM/scc-go-sdk/v5 v5.1.4/go.mod h1:YtAVlzq10bwR82QX4ZavhDIwa1s85RuVO9N/KmXVcuk=
github.com/IBM/scc-go-sdk/v5 v5.1.5 h1:c17/7CfUjjgHXQe1fIY3GVsahqij1vDu9/dKPak8Tes=
github.com/IBM/scc-go-sdk/v5 v5.1.5/go.mod h1:YtAVlzq10bwR82QX4ZavhDIwa1s85RuVO9N/KmXVcuk=
github.com/IBM/schematics-go-sdk v0.2.3 h1:lgTt0Sbudii3cuSk1YSQgrtiZAXDbBABAoVj3eQuBrU=
github.com/IBM/schematics-go-sdk v0.2.3/go.mod h1:Tw2OSAPdpC69AxcwoyqcYYaGTTW6YpERF9uNEU+BFRQ=
github.com/IBM/secrets-manager-go-sdk/v2 v2.0.3 h1:28x9ksuRllUbDHmbwk15snNZgaEDc+BtY5Ey8oMqKn8=
Expand Down
2 changes: 1 addition & 1 deletion ibm/conns/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -1569,7 +1569,7 @@ func (c *Config) ClientSession() (interface{}, error) {
session.ukoClientErr = fmt.Errorf("Error occurred while configuring HPCS UKO service: %q", err)
}

// APPID Service
// APP ID Service
appIDEndpoint := fmt.Sprintf("https://%s.appid.cloud.ibm.com", c.Region)
if c.Visibility == "private" {
session.appidErr = fmt.Errorf("App Id resources doesnot support private endpoints")
Expand Down
2 changes: 1 addition & 1 deletion ibm/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ func Provider() *schema.Provider {
"ibm_sm_service_credentials_secret": secretsmanager.AddInstanceFields(secretsmanager.DataSourceIbmSmServiceCredentialsSecret()),
"ibm_sm_en_registration": secretsmanager.AddInstanceFields(secretsmanager.DataSourceIbmSmEnRegistration()),

// //Added for Satellite
// Added for Satellite
"ibm_satellite_location": satellite.DataSourceIBMSatelliteLocation(),
"ibm_satellite_location_nlb_dns": satellite.DataSourceIBMSatelliteLocationNLBDNS(),
"ibm_satellite_attach_host_script": satellite.DataSourceIBMSatelliteAttachHostScript(),
Expand Down

0 comments on commit 8d4aa46

Please sign in to comment.