This pull request introduces new alias functions for security-related resources and data sources in the internal/provider package, as well as corresponding tests. The most important changes include adding new alias functions to simplify the provider implementation and updating the Resources and DataSources methods to include these new aliases.
This pull request introduces new alias functions for security-related resources and data sources in the
internal/provider
package, as well as corresponding tests. The most important changes include adding new alias functions to simplify the provider implementation and updating theResources
andDataSources
methods to include these new aliases.