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
For billing reports, I notice that tag management is missing for the following services : DWS (Data Warehouse Service) and OBS ( Object Storage Service).
We can add tags manually using the console but those terraform resources do not support tagging.
Terraform Version
Version v1.3.2
Affected Resource(s)
flexibleengine_dws_cluster_v1
flexibleengine_obs_bucket
Thanks in advance.
The text was updated successfully, but these errors were encountered:
@habiba-gaddacha the tags API is still not available on DWS and OBS.
API Request URL: PUT https://logbucket2023-0113.oss.eu-west-1.prod-cloud-ocb.orange-business.com:443?tagging
API Request Headers:
Authorization: ***
Content-MD5: LyXqthkm9HKuKRC3MJcVSQ==
Date: Mon, 15 May 2023 11:05:05 GMT
User-Agent: terraform-provider-iac
API Response Code: 405
API Response Headers:
Allow: GET
Content-Length: 368
Content-Type: application/xml
Date: Mon, 15 May 2023 11:05:05 GMT
Server: OBS
X-Amz-Id-2: 32AAAQAAEAABAAAQAAEAABAAAQAAEAABCTyFkePKHJOMX+jsVx/RakGWZj+yEkxu
X-Amz-Request-Id: 000001881F15D993400FE6E712402FC4
X-Reserved: amazon, aws and amazon web services are trademarks or registered trademarks of Amazon Technologies, Inc
POST https://dws.eu-west-0.prod-cloud-ocb.orange-business.com/v1.0/xxxxxxxx/clusters/xxxxxxxx/tags/batch-create
Response Code: 404
{
"error_msg": "The API does not exist or has not been published in the environment",
"error_code": "APIGW.0101",
"request_id": "c78df74ab649fb686eb449bed4e9dff9"
}
Hello,
For billing reports, I notice that tag management is missing for the following services : DWS (Data Warehouse Service) and OBS ( Object Storage Service).
We can add tags manually using the console but those terraform resources do not support tagging.
Terraform Version
Version v1.3.2
Affected Resource(s)
flexibleengine_dws_cluster_v1
flexibleengine_obs_bucket
Thanks in advance.
The text was updated successfully, but these errors were encountered: