This is an automated email from the ASF dual-hosted git repository.

sureshanaparti pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/cloudstack-terraform-provider.git


The following commit(s) were added to refs/heads/main by this push:
     new 32d4beb  deprecate cloudstack_service_offering (#258)
32d4beb is described below

commit 32d4beb0722bf9502342fbcb8c0d3f6d76eda5cf
Author: poddm <[email protected]>
AuthorDate: Sun Aug 16 23:50:52 2026 -0700

    deprecate cloudstack_service_offering (#258)
---
 cloudstack/resource_cloudstack_service_offering.go | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cloudstack/resource_cloudstack_service_offering.go 
b/cloudstack/resource_cloudstack_service_offering.go
index b2b2b92..323e3b8 100644
--- a/cloudstack/resource_cloudstack_service_offering.go
+++ b/cloudstack/resource_cloudstack_service_offering.go
@@ -150,6 +150,8 @@ func resourceCloudStackServiceOffering() *schema.Resource {
                                },
                        },
                },
+               DeprecationMessage: "cloudstack_service_offering is deprecated 
and will be removed in a future release. Please use the following resources 
instead: " +
+                       "cloudstack_service_offering_constrained, 
cloudstack_service_offering_unconstrained or 
cloudstack_service_offering_fixed.",
        }
 }
 

Reply via email to