We are thrilled to announce the official release of version 1.0.0 of our Terraform provider! This version marks a major milestone in the development of our provider and demonstrates our commitment to delivering robust and reliable tools to facilitate your infrastructure management.
Why Version 1.0.0?
Version 1.0.0 is a symbolic release that reflects the stability, maturity, and future compatibility of our provider.
- API Stability: The provider’s resources and data have been designed for long-term compatibility.
- Performance Improvements: More efficient API call management to accelerate deployments.
- Comprehensive Documentation: All resources and data are documented for quick onboarding.
- Community Support: Integration of feedback and issue resolutions reported by our users.
What’s New?
New Features
User and Policy Management with EIM
We have added resources and data sources for EIM (Elastic Identity Management), enabling the management of:
- Users (creation, management, and deletion).
- User groups to organize your teams.
- Policies and policy versions to define granular permissions.
Credential Configuration via Profiles
We introduced the ability to define your credentials directly using profiles.
Connecting Virtual Machines to Load Balancers with Specific IPs
It is now possible to attach virtual machines to Load Balancers while specifying backend IPs.
Improvements
Maintenance and Testing Enhancements
Internal adjustments ensure that our provider is easier to maintain.
Optimization and Refactoring
General improvements have been made to enhance clarity and ensure an optimal user experience.
Where to Find the Provider?
Our provider is available on the Terraform Registry.
terraform { required_providers { outscale = { source = "outscale/outscale" version = "1.0.1" } } } provider "outscale" { # Configuration options }
Thank You to the Community
We would like to thank all contributors, testers, and community members for their support.
What’s Next?
Version 1.0.0 is a milestone, not the end. We have already started planning future features.
Try It Today!
Download the latest version, test it, and share your feedback with us.