You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* cos satellite bucket
cos-satellite doesnot support firwall- update docs based on it
added conflict for satellite location id
added conflict for satellite location id
cos-satellite does not support allowedip
cos-satellite commit
updated files
updated based on comments
commited
updated based on the changes
updated based on the changes
* updated datasource
* updated datasource
Co-authored-by: Your Name <prani071@in.ibm.com>
The following example creates a bucket and add object versioning and expiration features on COS satellite location. As of now we are using existing cos instance to create bucket , so no need to create any cos instance via a terraform. We don't have any resource group in satellite.We can not use storage_class with Satellite location id.
Copy file name to clipboardexpand all lines: ibm/acctest/acctest.go
+14
Original file line number
Diff line number
Diff line change
@@ -167,6 +167,10 @@ var Scc_posture_collector_id_scope_update []string
167
167
//ROKS Cluster
168
168
varClusterNamestring
169
169
170
+
// Satellite instance
171
+
varSatellite_location_idstring
172
+
varSatellite_Resource_instance_idstring
173
+
170
174
//Dedicated host
171
175
varHostPoolIDstring
172
176
@@ -898,6 +902,16 @@ func init() {
898
902
fmt.Println("[INFO] Set the environment variable IBM_CONTAINER_CLUSTER_NAME for ibm_container_nlb_dns resource or datasource else tests will fail if this is not set correctly")
fmt.Println("[INFO] Set the environment variable SATELLITE_LOCATION_ID for ibm_cos_bucket satellite location resource or datasource else tests will fail if this is not set correctly")
fmt.Println("[INFO] Set the environment variable SATELLITE_RESOURCE_INSTANCE_ID for ibm_cos_bucket satellite location resource or datasource else tests will fail if this is not set correctly")
fmt.Println("[INFO] Set the environment variable IBM_CONTAINER_DEDICATEDHOST_POOL_ID for ibm_container_vpc_cluster resource to test dedicated host functionality")
0 commit comments