Marcel S. Henselin
db080dc89a
Feat/add sqlserver user ( #8 )
...
fix: correct wrong import
---------
Co-authored-by: Marcel S. Henselin <marcel.henselin@stackit.cloud>
2025-12-19 12:00:51 +01:00
Marcel S. Henselin
5381516661
feat: mssql alpha instance ( #2 )
...
* fix: remove unused attribute types and functions from backup models
* fix: update API client references to use sqlserverflexalpha package
* fix: update package references to use sqlserverflexalpha and modify user data source model
* fix: add sqlserverflexalpha user data source to provider
* fix: add sqlserverflexalpha user resource and update related functionality
* chore: add stackit_sqlserverflexalpha_user resource and instance_id variable
* fix: refactor sqlserverflexalpha user resource and enhance schema with status and default_database
---------
Co-authored-by: Andre Harms <andre.harms@stackit.cloud>
Co-authored-by: Marcel S. Henselin <marcel.henselin@stackit.cloud>
2025-12-19 08:56:46 +01:00
Marcel Jacek
8a609d4ab8
fix(ske): read only attributes produces noise ( #1081 )
...
* fix(ske): read-only attributes produces noise
* feat: add new planmodifier `UseStateForUnknownIf`
2025-12-04 12:32:18 +00:00
Ruben Hönle
52b879b436
refactor(docs): remove duplicate util func to format possible values ( #1050 )
2025-11-11 16:24:48 +01:00
Ruben Hönle
2a077d17d8
fix(docs): store IDs of resource after privisioning in contribution guide ( #1028 )
...
also adjust the contribution guide to show the new multi-region implementation
relates to STACKITTPR-374
2025-10-15 14:47:16 +02:00
Ruben Hönle
4103c33fd2
fix(dns): store IDs immediately after provisioning ( #1022 )
...
relates to STACKITTPR-373
2025-10-15 09:16:30 +00:00
Politano
f0433984f4
cdn add geofence feature ( #1020 )
...
* add geofencing attribute to "stackit_cdn_distribution"
2025-10-15 08:56:47 +00:00
Alexander Dahmen
f16b83170a
fix(networkinterface): Recognize the removal of allowed_addresses and security_group_ids from terraform config ( #940 )
...
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
2025-08-11 08:16:58 +02:00
Ruben Hönle
9ff9b8f610
feat(iaas): add experimental support for routing tables and routes ( #896 )
...
* Merged PR 788126: feat(iaas): Onboard routing tables
feat(iaas): Onboard routing tables
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
* Merged PR 793350: fix(routingtable): region attribute is missing in scheme
fix(routingtable): region attribute is missing in scheme
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
* Merged PR 797968: feat(iaas): onboarding of routing table routes
relates to STACKITTPR-241
* use iaasalpha sdk from github
* resolve todos
* remove routes from routing table model
* restructure packages
* acc tests routing tables
* add acc tests for routes
* chore(iaas): mark routing table resources as experimental
* chore(deps): use iaasalpha sdk v0.1.19-alpha
* Review feedback
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
---------
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
Co-authored-by: Alexander Dahmen (EXT) <Alexander.Dahmen_ext@external.mail.schwarz>
Co-authored-by: Alexander Dahmen <alexander.dahmen@inovex.de>
2025-07-02 10:30:50 +02:00
Ruben Hönle
b313ef6a39
chore(terraform): use a util func to build internal terraform id ( #869 )
2025-06-12 14:41:57 +02:00
Ruben Hönle
5e5404b459
chore(terraform): refactor region overrides in mapping funcs ( #872 )
2025-06-06 16:17:02 +02:00
Ruben Hönle
5b044d275f
chore(docs): add possible values for security group rule protocol ( #857 )
...
relates to #816
2025-05-21 14:17:00 +00:00
Ruben Hönle
53ec994a7d
feat(iaas): set custom user-agent header for STACKIT API calls ( #821 )
...
relates to STACKITTPR-184
2025-05-14 16:46:16 +02:00
Marcel Jacek
d6749b6ce3
fix(STACKITTPR-168): improve error messages ( #762 )
...
* remove deprecated argus resources
* improve error messages
2025-04-04 14:18:16 +02:00
Patrick Koss
435de4c9eb
feat: add model serving resource
...
* add model serving
* add right provider config
* rename model_serving to modelserving
* add model serving custom endpoint everywhere
* rename file
* add default region, docs for model serving
* add right order of wait handler
* rotate after to token
* fixes
* add initial doc files
* address code comments
* refactor region description
* remove warning for not found resources
* add service enablement
* address code comments
* address code comments
* fix datasource
* fix acc test
* review changes
* review changes
* review changes
* review changes
* review changes
* review changes
* review changes
* review changes
* review changes
* embed markdown description
* go tidy
---------
Co-authored-by: Mauritz Uphoff <mauritz.uphoff@me.com>
Co-authored-by: Mauritz Uphoff <39736813+h3adex@users.noreply.github.com>
2025-03-28 16:20:25 +01:00
Rüdiger Schmitz
e9af986913
fix: handle expiration date in regard to changed timezones ( #667 )
2025-02-11 10:03:53 +01:00
Rüdiger Schmitz
2923621ab0
Feat/stackittpr 20 region adjustments | tfp (migrate first service to new regions concept) ( #664 )
...
* feat: completed bucket and credential group
* feat: fix linter warnings
* feat: updated documentation
* feat: updated to current version of the regional api
* feat: implement review findings
* feat: implement further review findings
* fix: make sure region is stored for the data-source in the state
2025-02-10 14:28:33 +01:00
João Palet
31ce9ab36d
Allow managing members in the project resource ( #480 )
...
* Extend resource and datasource
* Adapt acc test to work without members
* Extend acc test and adjust resource
* Generate docs
* Fix lint
* Fix unit test
* Uniformize description with datasource and extend unit test
* Improve role field description
* Update TF state before adding/removing members
* Remove unused function
* Move intermediate map top state to mapProjectFields
* Improve code
2024-07-29 09:57:06 +01:00
Diogo Ferrão
02c4ad72b0
Move SKE Enable/Disable to the Service Enablement API ( #467 )
2024-07-16 13:42:01 +01:00
João Palet
e3da2ebbb4
Fix field string validators ( #465 )
2024-07-12 14:14:44 +01:00
João Palet
3fb28d1248
Document possible values of schema fields ( #455 )
...
* Document possible values of schema fields
* Change from possible to supported
2024-07-09 13:14:38 +01:00
Vicente Pinto
335e1cabb6
Add sqlserverflex instance ( #381 )
...
* Draft implementation sqlserverflex instance
* Finish implementation
* Fix acc test
* Changes after review
2024-05-31 15:54:05 +01:00
Diogo Ferrão
9bd1da7cee
Bugfix inconsistent applies of ListAttributes ( #328 )
...
* sort the list of ACLs for MongoDBFlex
* Fix and test other cases of ListAttribute ordering
* fix linting
* revert sorting changes, introduce new reconcilestrlist function
* merge main
* Fix rabbitmq
* fix segmentation fault
* Improve testing
* pass context to mapfields, minor name fixes
2024-04-16 11:20:19 +01:00