diff --git a/internal/provider/datasource_directory_entitlements.go b/internal/provider/datasource_directory_entitlements.go index e59575dc..f3b51bc5 100644 --- a/internal/provider/datasource_directory_entitlements.go +++ b/internal/provider/datasource_directory_entitlements.go @@ -56,7 +56,7 @@ To view all the resources that a directory and its subdirectories and subaccount uuidvalidator.ValidUUID(), }, }, - "id": schema.StringAttribute{ // required hashicorps terraform plugin testing framework + "id": schema.StringAttribute{ // required by hashicorps terraform plugin testing framework DeprecationMessage: "Use the `directory_id` attribute instead", MarkdownDescription: "The ID of the directory.", Computed: true, diff --git a/internal/provider/datasource_directory_labels.go b/internal/provider/datasource_directory_labels.go index beec8252..0a18c34f 100644 --- a/internal/provider/datasource_directory_labels.go +++ b/internal/provider/datasource_directory_labels.go @@ -58,7 +58,7 @@ __Further documentation:__ uuidvalidator.ValidUUID(), }, }, - "id": schema.StringAttribute{ // required hashicorps terraform plugin testing framework + "id": schema.StringAttribute{ // required by hashicorps terraform plugin testing framework DeprecationMessage: "Use the `directory_id` attribute instead", MarkdownDescription: "The ID of the directory.", Computed: true, diff --git a/internal/provider/datasource_directory_role.go b/internal/provider/datasource_directory_role.go index 7fd4043c..3631e037 100644 --- a/internal/provider/datasource_directory_role.go +++ b/internal/provider/datasource_directory_role.go @@ -45,7 +45,7 @@ func (ds *directoryRoleDataSource) Schema(_ context.Context, _ datasource.Schema uuidvalidator.ValidUUID(), }, }, - "id": schema.StringAttribute{ // required hashicorps terraform plugin testing framework + "id": schema.StringAttribute{ // required by hashicorps terraform plugin testing framework DeprecationMessage: "Use the `directory_id` attribute instead", MarkdownDescription: "The ID of the directory.", Computed: true, diff --git a/internal/provider/datasource_directory_role_collection.go b/internal/provider/datasource_directory_role_collection.go index 3c33ee61..050c87f6 100644 --- a/internal/provider/datasource_directory_role_collection.go +++ b/internal/provider/datasource_directory_role_collection.go @@ -64,7 +64,7 @@ func (ds *directoryRoleCollectionDataSource) Schema(_ context.Context, _ datasou uuidvalidator.ValidUUID(), }, }, - "id": schema.StringAttribute{ // required hashicorps terraform plugin testing framework + "id": schema.StringAttribute{ // required by hashicorps terraform plugin testing framework DeprecationMessage: "Use the `directory_id` attribute instead", MarkdownDescription: "The ID of the directory.", Computed: true, diff --git a/internal/provider/datasource_directory_role_collections.go b/internal/provider/datasource_directory_role_collections.go index 759bc9b6..5be729e1 100644 --- a/internal/provider/datasource_directory_role_collections.go +++ b/internal/provider/datasource_directory_role_collections.go @@ -67,7 +67,7 @@ func (ds *directoryRoleCollectionsDataSource) Schema(_ context.Context, _ dataso uuidvalidator.ValidUUID(), }, }, - "id": schema.StringAttribute{ // required hashicorps terraform plugin testing framework + "id": schema.StringAttribute{ // required by hashicorps terraform plugin testing framework DeprecationMessage: "Use the `directory_id` attribute instead", MarkdownDescription: "The ID of the directory.", Computed: true, diff --git a/internal/provider/datasource_directory_roles.go b/internal/provider/datasource_directory_roles.go index 13de2bb9..ae50d626 100644 --- a/internal/provider/datasource_directory_roles.go +++ b/internal/provider/datasource_directory_roles.go @@ -65,7 +65,7 @@ __Further documentation:__ uuidvalidator.ValidUUID(), }, }, - "id": schema.StringAttribute{ // required hashicorps terraform plugin testing framework + "id": schema.StringAttribute{ // required by hashicorps terraform plugin testing framework DeprecationMessage: "Use the `directory_id` attribute instead", MarkdownDescription: "The ID of the directory.", Computed: true, diff --git a/internal/provider/datasource_directory_users.go b/internal/provider/datasource_directory_users.go index e32fbf03..0a7f429b 100644 --- a/internal/provider/datasource_directory_users.go +++ b/internal/provider/datasource_directory_users.go @@ -56,7 +56,7 @@ __Further documentation:__ uuidvalidator.ValidUUID(), }, }, - "id": schema.StringAttribute{ // required hashicorps terraform plugin testing framework + "id": schema.StringAttribute{ // required by hashicorps terraform plugin testing framework DeprecationMessage: "Use the `directory_id` attribute instead", MarkdownDescription: "The ID of the directory.", Computed: true, diff --git a/internal/provider/datasource_globalaccount_entitlements.go b/internal/provider/datasource_globalaccount_entitlements.go index 251d62ab..fd9015fe 100644 --- a/internal/provider/datasource_globalaccount_entitlements.go +++ b/internal/provider/datasource_globalaccount_entitlements.go @@ -69,7 +69,7 @@ To view all the resources a global account: * Target only the global account in the command line. * You must be assigned to either the global account admin or global account viewers role.`, Attributes: map[string]schema.Attribute{ - "id": schema.StringAttribute{ // required hashicorps terraform plugin testing framework + "id": schema.StringAttribute{ // required by hashicorps terraform plugin testing framework DeprecationMessage: "Use the `btp_globalaccount` datasource instead", MarkdownDescription: "The ID of the global account.", Computed: true, diff --git a/internal/provider/datasource_globalaccount_role.go b/internal/provider/datasource_globalaccount_role.go index ff17da0d..428b3b67 100644 --- a/internal/provider/datasource_globalaccount_role.go +++ b/internal/provider/datasource_globalaccount_role.go @@ -58,7 +58,7 @@ func (ds *globalaccountRoleDataSource) Schema(_ context.Context, _ datasource.Sc resp.Schema = schema.Schema{ MarkdownDescription: `Gets details about a specific global account role.`, Attributes: map[string]schema.Attribute{ - "id": schema.StringAttribute{ // required hashicorps terraform plugin testing framework + "id": schema.StringAttribute{ // required by hashicorps terraform plugin testing framework DeprecationMessage: "Use the `btp_globalaccount` datasource instead", MarkdownDescription: "The ID of the global account", Computed: true, diff --git a/internal/provider/datasource_globalaccount_role_collection.go b/internal/provider/datasource_globalaccount_role_collection.go index a6e1a251..0439a477 100644 --- a/internal/provider/datasource_globalaccount_role_collection.go +++ b/internal/provider/datasource_globalaccount_role_collection.go @@ -61,7 +61,7 @@ func (ds *globalaccountRoleCollectionDataSource) Schema(_ context.Context, _ dat stringvalidator.LengthAtLeast(1), }, }, - "id": schema.StringAttribute{ // required hashicorps terraform plugin testing framework + "id": schema.StringAttribute{ // required by hashicorps terraform plugin testing framework DeprecationMessage: "Use the `btp_globalaccount` datasource instead", MarkdownDescription: "The ID of the global account.", Computed: true, diff --git a/internal/provider/datasource_globalaccount_role_collections.go b/internal/provider/datasource_globalaccount_role_collections.go index d4669387..21ce81fc 100644 --- a/internal/provider/datasource_globalaccount_role_collections.go +++ b/internal/provider/datasource_globalaccount_role_collections.go @@ -57,7 +57,7 @@ func (ds *globalaccountRoleCollectionsDataSource) Schema(_ context.Context, _ da resp.Schema = schema.Schema{ MarkdownDescription: `Gets all role collections.`, Attributes: map[string]schema.Attribute{ - "id": schema.StringAttribute{ // required hashicorps terraform plugin testing framework + "id": schema.StringAttribute{ // required by hashicorps terraform plugin testing framework DeprecationMessage: "Use the `btp_globalaccount` datasource instead", MarkdownDescription: "The ID of the global account", Computed: true, diff --git a/internal/provider/datasource_globalaccount_roles.go b/internal/provider/datasource_globalaccount_roles.go index abbd5a07..c028f11f 100644 --- a/internal/provider/datasource_globalaccount_roles.go +++ b/internal/provider/datasource_globalaccount_roles.go @@ -54,7 +54,7 @@ func (ds *globalaccountRolesDataSource) Schema(_ context.Context, _ datasource.S __Further documentation:__ `, Attributes: map[string]schema.Attribute{ - "id": schema.StringAttribute{ // required hashicorps terraform plugin testing framework + "id": schema.StringAttribute{ // required by hashicorps terraform plugin testing framework DeprecationMessage: "Use the `btp_globalaccount` datasource instead", MarkdownDescription: "The ID of the global account.", Computed: true, diff --git a/internal/provider/datasource_globalaccount_trust_configurations.go b/internal/provider/datasource_globalaccount_trust_configurations.go index ca98f84f..e98359e6 100644 --- a/internal/provider/datasource_globalaccount_trust_configurations.go +++ b/internal/provider/datasource_globalaccount_trust_configurations.go @@ -46,7 +46,7 @@ You must be viewer or administrator of the global account. __Further documentation:__ `, Attributes: map[string]schema.Attribute{ - "id": schema.StringAttribute{ // required hashicorps terraform plugin testing framework + "id": schema.StringAttribute{ // required by hashicorps terraform plugin testing framework DeprecationMessage: "Use the `btp_globalaccount` datasource instead", MarkdownDescription: "The ID of the global account.", Computed: true, diff --git a/internal/provider/datasource_globalaccount_users.go b/internal/provider/datasource_globalaccount_users.go index 79e58e87..825d2ab9 100644 --- a/internal/provider/datasource_globalaccount_users.go +++ b/internal/provider/datasource_globalaccount_users.go @@ -48,7 +48,7 @@ func (ds *globalaccountUsersDataSource) Schema(_ context.Context, _ datasource.S __Further documentation:__ `, Attributes: map[string]schema.Attribute{ - "id": schema.StringAttribute{ // required hashicorps terraform plugin testing framework + "id": schema.StringAttribute{ // required by hashicorps terraform plugin testing framework DeprecationMessage: "Use the `btp_globalaccount` datasource instead", MarkdownDescription: "The ID of the global account.", Computed: true, diff --git a/internal/provider/datasource_regions.go b/internal/provider/datasource_regions.go index c8c705b5..212b6973 100644 --- a/internal/provider/datasource_regions.go +++ b/internal/provider/datasource_regions.go @@ -71,7 +71,7 @@ func (ds *regionsDataSource) Schema(_ context.Context, _ datasource.SchemaReques __Tip:__ You must be assigned to the global account admin or viewer role.`, Attributes: map[string]schema.Attribute{ - "id": schema.StringAttribute{ // required hashicorps terraform plugin testing framework + "id": schema.StringAttribute{ // required by hashicorps terraform plugin testing framework DeprecationMessage: "Use the `btp_globalaccount` datasource instead", MarkdownDescription: "The ID of the global account.", Computed: true, diff --git a/internal/provider/datasource_subaccount_apps.go b/internal/provider/datasource_subaccount_apps.go index 7dc11dea..64a611ac 100644 --- a/internal/provider/datasource_subaccount_apps.go +++ b/internal/provider/datasource_subaccount_apps.go @@ -69,7 +69,7 @@ func (ds *subaccountAppsDataSource) Schema(_ context.Context, _ datasource.Schem uuidvalidator.ValidUUID(), }, }, - "id": schema.StringAttribute{ // required hashicorps terraform plugin testing framework + "id": schema.StringAttribute{ // required by hashicorps terraform plugin testing framework DeprecationMessage: "Use the `subaccount_id` attribute instead", MarkdownDescription: "The ID of the subaccount.", Computed: true, diff --git a/internal/provider/datasource_subaccount_entitlements.go b/internal/provider/datasource_subaccount_entitlements.go index 846151ac..f14525fe 100644 --- a/internal/provider/datasource_subaccount_entitlements.go +++ b/internal/provider/datasource_subaccount_entitlements.go @@ -48,7 +48,7 @@ func (ds *subaccountEntitlementsDataSource) Schema(_ context.Context, _ datasour To get all entitlements and quota assigned to a specific subaccount: * You must be assigned to either the subaccount admin or subaccount viewer role.`, Attributes: map[string]schema.Attribute{ - "id": schema.StringAttribute{ // required hashicorps terraform plugin testing framework + "id": schema.StringAttribute{ // required by hashicorps terraform plugin testing framework DeprecationMessage: "Use the `subaccount_id` attribute instead", MarkdownDescription: "The ID of the subaccount.", Computed: true, diff --git a/internal/provider/datasource_subaccount_environment_instances.go b/internal/provider/datasource_subaccount_environment_instances.go index 5758c79f..35d8fefe 100644 --- a/internal/provider/datasource_subaccount_environment_instances.go +++ b/internal/provider/datasource_subaccount_environment_instances.go @@ -79,7 +79,7 @@ You must be assigned to the subaccount admin or viewer role.`, uuidvalidator.ValidUUID(), }, }, - "id": schema.StringAttribute{ // required hashicorps terraform plugin testing framework + "id": schema.StringAttribute{ // required by hashicorps terraform plugin testing framework DeprecationMessage: "Use the `subaccount_id` attribute instead", MarkdownDescription: "The ID of the subaccount.", Computed: true, diff --git a/internal/provider/datasource_subaccount_environments.go b/internal/provider/datasource_subaccount_environments.go index 1a8c5a63..03214932 100644 --- a/internal/provider/datasource_subaccount_environments.go +++ b/internal/provider/datasource_subaccount_environments.go @@ -72,7 +72,7 @@ You must be assigned to the subaccount admin or viewer role.`, uuidvalidator.ValidUUID(), }, }, - "id": schema.StringAttribute{ // required hashicorps terraform plugin testing framework + "id": schema.StringAttribute{ // required by hashicorps terraform plugin testing framework DeprecationMessage: "Use the `subaccount_id` attribute instead", MarkdownDescription: "The ID of the subaccount.", Computed: true, diff --git a/internal/provider/datasource_subaccount_labels.go b/internal/provider/datasource_subaccount_labels.go index abf849a0..73c9d3a0 100644 --- a/internal/provider/datasource_subaccount_labels.go +++ b/internal/provider/datasource_subaccount_labels.go @@ -58,7 +58,7 @@ __Further documentation:__ uuidvalidator.ValidUUID(), }, }, - "id": schema.StringAttribute{ // required hashicorps terraform plugin testing framework + "id": schema.StringAttribute{ // required by hashicorps terraform plugin testing framework DeprecationMessage: "Use the `subaccount_id` attribute instead", MarkdownDescription: "The ID of the subaccount.", Computed: true, diff --git a/internal/provider/datasource_subaccount_role.go b/internal/provider/datasource_subaccount_role.go index 1e149fde..1dd7e1ff 100644 --- a/internal/provider/datasource_subaccount_role.go +++ b/internal/provider/datasource_subaccount_role.go @@ -67,7 +67,7 @@ func (ds *subaccountRoleDataSource) Schema(_ context.Context, _ datasource.Schem uuidvalidator.ValidUUID(), }, }, - "id": schema.StringAttribute{ // required hashicorps terraform plugin testing framework + "id": schema.StringAttribute{ // required by hashicorps terraform plugin testing framework DeprecationMessage: "Use the `subaccount_id` attribute instead", MarkdownDescription: "The ID of the subaccount.", Computed: true, diff --git a/internal/provider/datasource_subaccount_role_collection.go b/internal/provider/datasource_subaccount_role_collection.go index 0463435a..46f3acde 100644 --- a/internal/provider/datasource_subaccount_role_collection.go +++ b/internal/provider/datasource_subaccount_role_collection.go @@ -64,7 +64,7 @@ func (ds *subaccountRoleCollectionDataSource) Schema(_ context.Context, _ dataso uuidvalidator.ValidUUID(), }, }, - "id": schema.StringAttribute{ // required hashicorps terraform plugin testing framework + "id": schema.StringAttribute{ // required by hashicorps terraform plugin testing framework DeprecationMessage: "Use the `subaccount_id` attribute instead", MarkdownDescription: "The ID of the subaccount.", Computed: true, diff --git a/internal/provider/datasource_subaccount_role_collections.go b/internal/provider/datasource_subaccount_role_collections.go index a26d7b63..fd79e6aa 100644 --- a/internal/provider/datasource_subaccount_role_collections.go +++ b/internal/provider/datasource_subaccount_role_collections.go @@ -68,7 +68,7 @@ func (ds *subaccountRoleCollectionsDataSource) Schema(_ context.Context, _ datas uuidvalidator.ValidUUID(), }, }, - "id": schema.StringAttribute{ // required hashicorps terraform plugin testing framework + "id": schema.StringAttribute{ // required by hashicorps terraform plugin testing framework DeprecationMessage: "Use the `subaccount_id` attribute instead", MarkdownDescription: "The ID of the subaccount.", Computed: true, diff --git a/internal/provider/datasource_subaccount_roles.go b/internal/provider/datasource_subaccount_roles.go index a85aab67..cf0a54d8 100644 --- a/internal/provider/datasource_subaccount_roles.go +++ b/internal/provider/datasource_subaccount_roles.go @@ -65,7 +65,7 @@ __Further documentation:__ uuidvalidator.ValidUUID(), }, }, - "id": schema.StringAttribute{ // required hashicorps terraform plugin testing framework + "id": schema.StringAttribute{ // required by hashicorps terraform plugin testing framework DeprecationMessage: "Use the `subaccount_id` attribute instead", MarkdownDescription: "The ID of the subaccount.", Computed: true, diff --git a/internal/provider/datasource_subaccount_service_bindings.go b/internal/provider/datasource_subaccount_service_bindings.go index f4710672..b5fc86e1 100644 --- a/internal/provider/datasource_subaccount_service_bindings.go +++ b/internal/provider/datasource_subaccount_service_bindings.go @@ -68,7 +68,7 @@ func (ds *subaccountServiceBindingsDataSource) Schema(_ context.Context, _ datas uuidvalidator.ValidUUID(), }, }, - "id": schema.StringAttribute{ // required hashicorps terraform plugin testing framework + "id": schema.StringAttribute{ // required by hashicorps terraform plugin testing framework DeprecationMessage: "Use the `subaccount_id` attribute instead", MarkdownDescription: "The ID of the subaccount.", Computed: true, diff --git a/internal/provider/datasource_subaccount_service_instances.go b/internal/provider/datasource_subaccount_service_instances.go index abe36351..6e30e81c 100644 --- a/internal/provider/datasource_subaccount_service_instances.go +++ b/internal/provider/datasource_subaccount_service_instances.go @@ -68,7 +68,7 @@ func (ds *subaccountServiceInstancesDataSource) Schema(_ context.Context, _ data uuidvalidator.ValidUUID(), }, }, - "id": schema.StringAttribute{ // required hashicorps terraform plugin testing framework + "id": schema.StringAttribute{ // required by hashicorps terraform plugin testing framework DeprecationMessage: "Use the `subaccount_id` attribute instead", MarkdownDescription: "The ID of the subaccount.", Computed: true, diff --git a/internal/provider/datasource_subaccount_service_offerings.go b/internal/provider/datasource_subaccount_service_offerings.go index 07ef0ac3..b1710764 100644 --- a/internal/provider/datasource_subaccount_service_offerings.go +++ b/internal/provider/datasource_subaccount_service_offerings.go @@ -73,7 +73,7 @@ func (ds *subaccountServiceOfferingsDataSource) Schema(_ context.Context, _ data uuidvalidator.ValidUUID(), }, }, - "id": schema.StringAttribute{ // required hashicorps terraform plugin testing framework + "id": schema.StringAttribute{ // required by hashicorps terraform plugin testing framework DeprecationMessage: "Use the `subaccount_id` attribute instead", MarkdownDescription: "The ID of the subaccount.", Computed: true, diff --git a/internal/provider/datasource_subaccount_service_plans.go b/internal/provider/datasource_subaccount_service_plans.go index aee898e8..78617908 100644 --- a/internal/provider/datasource_subaccount_service_plans.go +++ b/internal/provider/datasource_subaccount_service_plans.go @@ -72,7 +72,7 @@ func (ds *subaccountServicePlansDataSource) Schema(_ context.Context, _ datasour uuidvalidator.ValidUUID(), }, }, - "id": schema.StringAttribute{ // required hashicorps terraform plugin testing framework + "id": schema.StringAttribute{ // required by hashicorps terraform plugin testing framework DeprecationMessage: "Use the `subaccount_id` attribute instead", MarkdownDescription: "The ID of the subaccount.", Computed: true, diff --git a/internal/provider/datasource_subaccount_subscriptions.go b/internal/provider/datasource_subaccount_subscriptions.go index 2b88433e..44c0fc50 100644 --- a/internal/provider/datasource_subaccount_subscriptions.go +++ b/internal/provider/datasource_subaccount_subscriptions.go @@ -88,7 +88,7 @@ You must be assigned to the subaccount admin or viewer role.`, uuidvalidator.ValidUUID(), }, }, - "id": schema.StringAttribute{ // required hashicorps terraform plugin testing framework + "id": schema.StringAttribute{ // required by hashicorps terraform plugin testing framework DeprecationMessage: "Use the `subaccount_id` attribute instead", MarkdownDescription: "The ID of the subaccount.", Computed: true, diff --git a/internal/provider/datasource_subaccount_trust_configurations.go b/internal/provider/datasource_subaccount_trust_configurations.go index 56b91602..7af3aced 100644 --- a/internal/provider/datasource_subaccount_trust_configurations.go +++ b/internal/provider/datasource_subaccount_trust_configurations.go @@ -56,7 +56,7 @@ __Further documentation:__ uuidvalidator.ValidUUID(), }, }, - "id": schema.StringAttribute{ // required hashicorps terraform plugin testing framework + "id": schema.StringAttribute{ // required by hashicorps terraform plugin testing framework DeprecationMessage: "Use the `subaccount_id` attribute instead", MarkdownDescription: "The ID of the subaccount.", Computed: true, diff --git a/internal/provider/datasource_subaccount_users.go b/internal/provider/datasource_subaccount_users.go index dcb75fae..babfa6e3 100644 --- a/internal/provider/datasource_subaccount_users.go +++ b/internal/provider/datasource_subaccount_users.go @@ -56,7 +56,7 @@ __Further documentation:__ uuidvalidator.ValidUUID(), }, }, - "id": schema.StringAttribute{ // required hashicorps terraform plugin testing framework + "id": schema.StringAttribute{ // required by hashicorps terraform plugin testing framework DeprecationMessage: "Use the `subaccount_id` attribute instead", MarkdownDescription: "The ID of the subaccount.", Computed: true, diff --git a/internal/provider/datasource_subaccounts.go b/internal/provider/datasource_subaccounts.go index a65502ca..6d36d4f4 100644 --- a/internal/provider/datasource_subaccounts.go +++ b/internal/provider/datasource_subaccounts.go @@ -80,7 +80,7 @@ You must be assigned to the admin or viewer role of the global account, director stringvalidator.LengthAtLeast(1), }, }, - "id": schema.StringAttribute{ // required hashicorps terraform plugin testing framework + "id": schema.StringAttribute{ // required by hashicorps terraform plugin testing framework DeprecationMessage: "Use the `btp_globalaccount` datasource instead", MarkdownDescription: "The ID of the global account.", Computed: true, diff --git a/internal/provider/resource_directory_role.go b/internal/provider/resource_directory_role.go index a8e6d82e..7e6d14fb 100644 --- a/internal/provider/resource_directory_role.go +++ b/internal/provider/resource_directory_role.go @@ -51,7 +51,7 @@ __Further documentation:__ uuidvalidator.ValidUUID(), }, }, - "id": schema.StringAttribute{ // required hashicorps terraform plugin testing framework + "id": schema.StringAttribute{ // required by hashicorps terraform plugin testing framework DeprecationMessage: "Use the `directory_id`, `name`, `app_id` and `role_template_name` attributes instead", MarkdownDescription: "The combined unique ID of the role.", Computed: true, diff --git a/internal/provider/resource_directory_role_collection.go b/internal/provider/resource_directory_role_collection.go index 6177db29..ac363dba 100644 --- a/internal/provider/resource_directory_role_collection.go +++ b/internal/provider/resource_directory_role_collection.go @@ -77,7 +77,7 @@ __Further documentation:__ uuidvalidator.ValidUUID(), }, }, - "id": schema.StringAttribute{ // required hashicorps terraform plugin testing framework + "id": schema.StringAttribute{ // required by hashicorps terraform plugin testing framework DeprecationMessage: "Use the `directory_id` and `name` attributes instead", MarkdownDescription: "The combined unique ID of the role collection as used for import operations.", Computed: true, diff --git a/internal/provider/resource_directory_role_collection_assignment.go b/internal/provider/resource_directory_role_collection_assignment.go index 52251301..1c1c8596 100644 --- a/internal/provider/resource_directory_role_collection_assignment.go +++ b/internal/provider/resource_directory_role_collection_assignment.go @@ -71,7 +71,7 @@ func (rs *directoryRoleCollectionAssignmentResource) Schema(_ context.Context, _ stringvalidator.LengthAtLeast(1), }, }, - "id": schema.StringAttribute{ // required hashicorps terraform plugin testing framework + "id": schema.StringAttribute{ // required by hashicorps terraform plugin testing framework DeprecationMessage: "Use the `directory_id` and `role_collection_name` attributes instead", MarkdownDescription: "The combined unique ID of the role collection.", Computed: true, diff --git a/internal/provider/resource_globalaccount_role_collection.go b/internal/provider/resource_globalaccount_role_collection.go index 29377dfd..791174c8 100644 --- a/internal/provider/resource_globalaccount_role_collection.go +++ b/internal/provider/resource_globalaccount_role_collection.go @@ -74,7 +74,7 @@ __Further documentation:__ stringplanmodifier.RequiresReplace(), }, }, - "id": schema.StringAttribute{ // required hashicorps terraform plugin testing framework + "id": schema.StringAttribute{ // required by hashicorps terraform plugin testing framework DeprecationMessage: "Use the `name` attribute instead", MarkdownDescription: "The ID of the role collection.", Computed: true, diff --git a/internal/provider/resource_globalaccount_role_collection_assignment.go b/internal/provider/resource_globalaccount_role_collection_assignment.go index 3b60eda1..3ada2352 100644 --- a/internal/provider/resource_globalaccount_role_collection_assignment.go +++ b/internal/provider/resource_globalaccount_role_collection_assignment.go @@ -59,7 +59,7 @@ func (rs *globalaccountRoleCollectionAssignmentResource) Schema(_ context.Contex stringvalidator.LengthAtLeast(1), }, }, - "id": schema.StringAttribute{ // required hashicorps terraform plugin testing framework + "id": schema.StringAttribute{ // required by hashicorps terraform plugin testing framework DeprecationMessage: "Use the `role_collection_name` attribute instead", MarkdownDescription: "The combined unique ID of the role collection.", Computed: true, diff --git a/internal/provider/resource_subaccount_role.go b/internal/provider/resource_subaccount_role.go index be4f48f9..a9e6de1e 100644 --- a/internal/provider/resource_subaccount_role.go +++ b/internal/provider/resource_subaccount_role.go @@ -51,7 +51,7 @@ __Further documentation:__ uuidvalidator.ValidUUID(), }, }, - "id": schema.StringAttribute{ // required hashicorps terraform plugin testing framework + "id": schema.StringAttribute{ // required by hashicorps terraform plugin testing framework DeprecationMessage: "Use the `subaccount_id`, `name`, `app_id` and `role_template_name` attributes instead", MarkdownDescription: "The combined unique ID of the role.", Computed: true, diff --git a/internal/provider/resource_subaccount_role_collection.go b/internal/provider/resource_subaccount_role_collection.go index 67cebc42..76145fac 100644 --- a/internal/provider/resource_subaccount_role_collection.go +++ b/internal/provider/resource_subaccount_role_collection.go @@ -76,7 +76,7 @@ __Further documentation:__ uuidvalidator.ValidUUID(), }, }, - "id": schema.StringAttribute{ // required hashicorps terraform plugin testing framework + "id": schema.StringAttribute{ // required by hashicorps terraform plugin testing framework DeprecationMessage: "Use the `subaccount_id` and `name` attributes instead", MarkdownDescription: "The combined unique ID of the role collection as used for import operations.", Computed: true, diff --git a/internal/provider/resource_subaccount_role_collection_assignment.go b/internal/provider/resource_subaccount_role_collection_assignment.go index f2179524..082b23b1 100644 --- a/internal/provider/resource_subaccount_role_collection_assignment.go +++ b/internal/provider/resource_subaccount_role_collection_assignment.go @@ -71,7 +71,7 @@ func (rs *subaccountRoleCollectionAssignmentResource) Schema(_ context.Context, stringvalidator.LengthAtLeast(1), }, }, - "id": schema.StringAttribute{ // required hashicorps terraform plugin testing framework + "id": schema.StringAttribute{ // required by hashicorps terraform plugin testing framework DeprecationMessage: "Use the `subaccount_id` and `role_collection_name` attributes instead", MarkdownDescription: "The combined unique ID of the role collection.", Computed: true,