From 8d4aa467635f08d6bdd56e98f3e6bf48a1cbb4ff Mon Sep 17 00:00:00 2001 From: Tim Date: Tue, 20 Feb 2024 21:09:21 -0600 Subject: [PATCH] SCC eu-es update (#5135) * 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 --- go.mod | 2 +- go.sum | 4 ++-- ibm/conns/config.go | 2 +- ibm/provider/provider.go | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/go.mod b/go.mod index f3736398edb..05026421fc1 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/go.sum b/go.sum index 0278aa5faba..82ab44f54e1 100644 --- a/go.sum +++ b/go.sum @@ -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= diff --git a/ibm/conns/config.go b/ibm/conns/config.go index 8af1576c928..6ff463654ea 100644 --- a/ibm/conns/config.go +++ b/ibm/conns/config.go @@ -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") diff --git a/ibm/provider/provider.go b/ibm/provider/provider.go index ba828c9166c..444a2a7a3af 100644 --- a/ibm/provider/provider.go +++ b/ibm/provider/provider.go @@ -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(),