diff --git a/main.go b/main.go index 2cdae130..f683647b 100644 --- a/main.go +++ b/main.go @@ -5,7 +5,7 @@ import ( "flag" "log" - "github.com/datastax/terraform-provider-astra/v2/internal/provider" + "github.com/datastax/terraform-provider-astra/v2/provider" "github.com/hashicorp/terraform-plugin-sdk/v2/plugin" ) diff --git a/internal/provider/data_source_access_list.go b/provider/data_source_access_list.go similarity index 100% rename from internal/provider/data_source_access_list.go rename to provider/data_source_access_list.go diff --git a/internal/provider/data_source_access_list_test.go b/provider/data_source_access_list_test.go similarity index 100% rename from internal/provider/data_source_access_list_test.go rename to provider/data_source_access_list_test.go diff --git a/internal/provider/data_source_available_regions.go b/provider/data_source_available_regions.go similarity index 100% rename from internal/provider/data_source_available_regions.go rename to provider/data_source_available_regions.go diff --git a/internal/provider/data_source_database.go b/provider/data_source_database.go similarity index 100% rename from internal/provider/data_source_database.go rename to provider/data_source_database.go diff --git a/internal/provider/data_source_databases.go b/provider/data_source_databases.go similarity index 100% rename from internal/provider/data_source_databases.go rename to provider/data_source_databases.go diff --git a/internal/provider/data_source_keyspace.go b/provider/data_source_keyspace.go similarity index 100% rename from internal/provider/data_source_keyspace.go rename to provider/data_source_keyspace.go diff --git a/internal/provider/data_source_keyspaces.go b/provider/data_source_keyspaces.go similarity index 100% rename from internal/provider/data_source_keyspaces.go rename to provider/data_source_keyspaces.go diff --git a/internal/provider/data_source_private_link_endpoints.go b/provider/data_source_private_link_endpoints.go similarity index 100% rename from internal/provider/data_source_private_link_endpoints.go rename to provider/data_source_private_link_endpoints.go diff --git a/internal/provider/data_source_private_link_endpoints_test.go b/provider/data_source_private_link_endpoints_test.go similarity index 100% rename from internal/provider/data_source_private_link_endpoints_test.go rename to provider/data_source_private_link_endpoints_test.go diff --git a/internal/provider/data_source_private_links.go b/provider/data_source_private_links.go similarity index 100% rename from internal/provider/data_source_private_links.go rename to provider/data_source_private_links.go diff --git a/internal/provider/data_source_private_links_test.go b/provider/data_source_private_links_test.go similarity index 100% rename from internal/provider/data_source_private_links_test.go rename to provider/data_source_private_links_test.go diff --git a/internal/provider/data_source_role.go b/provider/data_source_role.go similarity index 100% rename from internal/provider/data_source_role.go rename to provider/data_source_role.go diff --git a/internal/provider/data_source_secure_connect_bundle_url.go b/provider/data_source_secure_connect_bundle_url.go similarity index 100% rename from internal/provider/data_source_secure_connect_bundle_url.go rename to provider/data_source_secure_connect_bundle_url.go diff --git a/internal/provider/data_source_token.go b/provider/data_source_token.go similarity index 100% rename from internal/provider/data_source_token.go rename to provider/data_source_token.go diff --git a/internal/provider/provider.go b/provider/provider.go similarity index 100% rename from internal/provider/provider.go rename to provider/provider.go diff --git a/internal/provider/provider_test.go b/provider/provider_test.go similarity index 100% rename from internal/provider/provider_test.go rename to provider/provider_test.go diff --git a/internal/provider/resource_access_list.go b/provider/resource_access_list.go similarity index 100% rename from internal/provider/resource_access_list.go rename to provider/resource_access_list.go diff --git a/internal/provider/resource_access_list_test.go b/provider/resource_access_list_test.go similarity index 100% rename from internal/provider/resource_access_list_test.go rename to provider/resource_access_list_test.go diff --git a/internal/provider/resource_cdc.go b/provider/resource_cdc.go similarity index 100% rename from internal/provider/resource_cdc.go rename to provider/resource_cdc.go diff --git a/internal/provider/resource_cdc_test.go b/provider/resource_cdc_test.go similarity index 100% rename from internal/provider/resource_cdc_test.go rename to provider/resource_cdc_test.go diff --git a/internal/provider/resource_database.go b/provider/resource_database.go similarity index 100% rename from internal/provider/resource_database.go rename to provider/resource_database.go diff --git a/internal/provider/resource_database_test.go b/provider/resource_database_test.go similarity index 100% rename from internal/provider/resource_database_test.go rename to provider/resource_database_test.go diff --git a/internal/provider/resource_keyspace.go b/provider/resource_keyspace.go similarity index 100% rename from internal/provider/resource_keyspace.go rename to provider/resource_keyspace.go diff --git a/internal/provider/resource_keyspace_test.go b/provider/resource_keyspace_test.go similarity index 100% rename from internal/provider/resource_keyspace_test.go rename to provider/resource_keyspace_test.go diff --git a/internal/provider/resource_private_link.go b/provider/resource_private_link.go similarity index 100% rename from internal/provider/resource_private_link.go rename to provider/resource_private_link.go diff --git a/internal/provider/resource_private_link_endpoint.go b/provider/resource_private_link_endpoint.go similarity index 100% rename from internal/provider/resource_private_link_endpoint.go rename to provider/resource_private_link_endpoint.go diff --git a/internal/provider/resource_private_link_endpoint_test.go b/provider/resource_private_link_endpoint_test.go similarity index 100% rename from internal/provider/resource_private_link_endpoint_test.go rename to provider/resource_private_link_endpoint_test.go diff --git a/internal/provider/resource_private_link_test.go b/provider/resource_private_link_test.go similarity index 100% rename from internal/provider/resource_private_link_test.go rename to provider/resource_private_link_test.go diff --git a/internal/provider/resource_role.go b/provider/resource_role.go similarity index 100% rename from internal/provider/resource_role.go rename to provider/resource_role.go diff --git a/internal/provider/resource_role_test.go b/provider/resource_role_test.go similarity index 100% rename from internal/provider/resource_role_test.go rename to provider/resource_role_test.go diff --git a/internal/provider/resource_streaming_sink.go b/provider/resource_streaming_sink.go similarity index 100% rename from internal/provider/resource_streaming_sink.go rename to provider/resource_streaming_sink.go diff --git a/internal/provider/resource_streaming_sink_test.go b/provider/resource_streaming_sink_test.go similarity index 100% rename from internal/provider/resource_streaming_sink_test.go rename to provider/resource_streaming_sink_test.go diff --git a/internal/provider/resource_streaming_tenant.go b/provider/resource_streaming_tenant.go similarity index 100% rename from internal/provider/resource_streaming_tenant.go rename to provider/resource_streaming_tenant.go diff --git a/internal/provider/resource_streaming_tenant_test.go b/provider/resource_streaming_tenant_test.go similarity index 100% rename from internal/provider/resource_streaming_tenant_test.go rename to provider/resource_streaming_tenant_test.go diff --git a/internal/provider/resource_token.go b/provider/resource_token.go similarity index 100% rename from internal/provider/resource_token.go rename to provider/resource_token.go diff --git a/internal/provider/resource_token_test.go b/provider/resource_token_test.go similarity index 100% rename from internal/provider/resource_token_test.go rename to provider/resource_token_test.go diff --git a/internal/provider/util.go b/provider/util.go similarity index 100% rename from internal/provider/util.go rename to provider/util.go diff --git a/internal/provider/validators.go b/provider/validators.go similarity index 100% rename from internal/provider/validators.go rename to provider/validators.go