Commit graph

306 commits

Author SHA1 Message Date
36eccc52c3
fix: null_ident (#76)
All checks were successful
Publish / Check GoReleaser config (push) Successful in 9s
Publish / Publish provider (push) Successful in 34m58s
## Description

<!-- **Please link some issue here describing what you are trying to achieve.**

In case there is no issue present for your PR, please consider creating one.
At least please give us some description what you are trying to achieve and why your change is needed. -->

relates to #1234

## Checklist

- [ ] Issue was linked above
- [ ] Code format was applied: `make fmt`
- [ ] Examples were added / adjusted (see `examples/` directory)
- [x] Docs are up-to-date: `make generate-docs` (will be checked by CI)
- [ ] Unit tests got implemented or updated
- [ ] Acceptance tests got implemented or updated (see e.g. [here](f5f99d1709/stackit/internal/services/dns/dns_acc_test.go))
- [x] Unit tests are passing: `make test` (will be checked by CI)
- [x] No linter issues: `make lint` (will be checked by CI)

Reviewed-on: #76
Co-authored-by: Marcel S. Henselin <marcel.henselin@stackit.cloud>
Co-committed-by: Marcel S. Henselin <marcel.henselin@stackit.cloud>
2026-02-17 17:18:40 +00:00
89a24ce780
fix: try fix errors (#73)
All checks were successful
Publish / Check GoReleaser config (push) Successful in 9s
Publish / Publish provider (push) Successful in 43m1s
## Description

<!-- **Please link some issue here describing what you are trying to achieve.**

In case there is no issue present for your PR, please consider creating one.
At least please give us some description what you are trying to achieve and why your change is needed. -->

relates to #1234

## Checklist

- [ ] Issue was linked above
- [ ] Code format was applied: `make fmt`
- [ ] Examples were added / adjusted (see `examples/` directory)
- [x] Docs are up-to-date: `make generate-docs` (will be checked by CI)
- [ ] Unit tests got implemented or updated
- [ ] Acceptance tests got implemented or updated (see e.g. [here](f5f99d1709/stackit/internal/services/dns/dns_acc_test.go))
- [x] Unit tests are passing: `make test` (will be checked by CI)
- [x] No linter issues: `make lint` (will be checked by CI)

Reviewed-on: #73
Co-authored-by: Marcel S. Henselin <marcel.henselin@stackit.cloud>
Co-committed-by: Marcel S. Henselin <marcel.henselin@stackit.cloud>
2026-02-16 19:09:42 +00:00
55a0917a86
fix: fix sqlserverflexalpha (#61)
All checks were successful
Publish / Check GoReleaser config (push) Successful in 5s
Publish / Publish provider (push) Successful in 12m55s
## Description

<!-- **Please link some issue here describing what you are trying to achieve.**

In case there is no issue present for your PR, please consider creating one.
At least please give us some description what you are trying to achieve and why your change is needed. -->

relates to #1234

## Checklist

- [ ] Issue was linked above
- [ ] Code format was applied: `make fmt`
- [ ] Examples were added / adjusted (see `examples/` directory)
- [x] Docs are up-to-date: `make generate-docs` (will be checked by CI)
- [ ] Unit tests got implemented or updated
- [ ] Acceptance tests got implemented or updated (see e.g. [here](f5f99d1709/stackit/internal/services/dns/dns_acc_test.go))
- [x] Unit tests are passing: `make test` (will be checked by CI)
- [x] No linter issues: `make lint` (will be checked by CI)

Reviewed-on: #61
Co-authored-by: Marcel S. Henselin <marcel.henselin@stackit.cloud>
Co-committed-by: Marcel S. Henselin <marcel.henselin@stackit.cloud>
2026-02-13 16:23:42 +00:00
32e41d8b44
feat: testing (#34)
## Description

<!-- **Please link some issue here describing what you are trying to achieve.**

In case there is no issue present for your PR, please consider creating one.
At least please give us some description what you are trying to achieve and why your change is needed. -->

relates to #1234

## Checklist

- [ ] Issue was linked above
- [ ] Code format was applied: `make fmt`
- [ ] Examples were added / adjusted (see `examples/` directory)
- [x] Docs are up-to-date: `make generate-docs` (will be checked by CI)
- [ ] Unit tests got implemented or updated
- [ ] Acceptance tests got implemented or updated (see e.g. [here](f5f99d1709/stackit/internal/services/dns/dns_acc_test.go))
- [x] Unit tests are passing: `make test` (will be checked by CI)
- [x] No linter issues: `make lint` (will be checked by CI)

Reviewed-on: #34
Co-authored-by: Marcel S. Henselin <marcel.henselin@stackit.cloud>
Co-committed-by: Marcel S. Henselin <marcel.henselin@stackit.cloud>
2026-02-06 09:57:51 +00:00
581e45eb9c
feat: SQL server beta and templates refactoring (#32)
Some checks failed
Publish / Check GoReleaser config (push) Successful in 5s
Publish / Publish provider (push) Failing after 4m6s
## Description

<!-- **Please link some issue here describing what you are trying to achieve.**

In case there is no issue present for your PR, please consider creating one.
At least please give us some description what you are trying to achieve and why your change is needed. -->

relates to #1234

## Checklist

- [ ] Issue was linked above
- [ ] Code format was applied: `make fmt`
- [ ] Examples were added / adjusted (see `examples/` directory)
- [x] Docs are up-to-date: `make generate-docs` (will be checked by CI)
- [ ] Unit tests got implemented or updated
- [ ] Acceptance tests got implemented or updated (see e.g. [here](f5f99d1709/stackit/internal/services/dns/dns_acc_test.go))
- [x] Unit tests are passing: `make test` (will be checked by CI)
- [x] No linter issues: `make lint` (will be checked by CI)

Reviewed-on: #32
Reviewed-by: Andre_Harms <andre.harms@stackit.cloud>
Co-authored-by: Marcel S. Henselin <marcel.henselin@stackit.cloud>
Co-committed-by: Marcel S. Henselin <marcel.henselin@stackit.cloud>
2026-02-05 09:55:32 +00:00
4549ba63e5
fix: refactor sqlserver to handle encryption correctly (#31)
All checks were successful
Publish / Check GoReleaser config (push) Successful in 6s
Publish / Publish provider (push) Successful in 6m59s
## Description

<!-- **Please link some issue here describing what you are trying to achieve.**

In case there is no issue present for your PR, please consider creating one.
At least please give us some description what you are trying to achieve and why your change is needed. -->

relates to #1234

## Checklist

- [ ] Issue was linked above
- [ ] Code format was applied: `make fmt`
- [ ] Examples were added / adjusted (see `examples/` directory)
- [x] Docs are up-to-date: `make generate-docs` (will be checked by CI)
- [ ] Unit tests got implemented or updated
- [ ] Acceptance tests got implemented or updated (see e.g. [here](f5f99d1709/stackit/internal/services/dns/dns_acc_test.go))
- [x] Unit tests are passing: `make test` (will be checked by CI)
- [x] No linter issues: `make lint` (will be checked by CI)

Reviewed-on: #31
Reviewed-by: Andre_Harms <andre.harms@stackit.cloud>
2026-02-04 07:30:00 +00:00
a5a388f238
chore: refactor import urls after repo move (#26)
## Description

<!-- **Please link some issue here describing what you are trying to achieve.**

In case there is no issue present for your PR, please consider creating one.
At least please give us some description what you are trying to achieve and why your change is needed. -->

relates to #1234

## Checklist

- [ ] Issue was linked above
- [ ] Code format was applied: `make fmt`
- [ ] Examples were added / adjusted (see `examples/` directory)
- [x] Docs are up-to-date: `make generate-docs` (will be checked by CI)
- [ ] Unit tests got implemented or updated
- [ ] Acceptance tests got implemented or updated (see e.g. [here](f5f99d1709/stackit/internal/services/dns/dns_acc_test.go))
- [x] Unit tests are passing: `make test` (will be checked by CI)
- [x] No linter issues: `make lint` (will be checked by CI)

Reviewed-on: #26
Co-authored-by: Marcel S. Henselin <marcel.henselin@stackit.cloud>
Co-committed-by: Marcel S. Henselin <marcel.henselin@stackit.cloud>
2026-02-02 10:01:27 +00:00
9f41c4da7f
feat: auto generated files and new structure (#4)
Some checks failed
Publish / Check GoReleaser config (push) Successful in 4s
Release / goreleaser (push) Failing after 29s
Publish / Publish provider (push) Failing after 4m24s
## Description

<!-- **Please link some issue here describing what you are trying to achieve.**

In case there is no issue present for your PR, please consider creating one.
At least please give us some description what you are trying to achieve and why your change is needed. -->

relates to #1234

## Checklist

- [ ] Issue was linked above
- [ ] Code format was applied: `make fmt`
- [ ] Examples were added / adjusted (see `examples/` directory)
- [x] Docs are up-to-date: `make generate-docs` (will be checked by CI)
- [ ] Unit tests got implemented or updated
- [ ] Acceptance tests got implemented or updated (see e.g. [here](f5f99d1709/stackit/internal/services/dns/dns_acc_test.go))
- [x] Unit tests are passing: `make test` (will be checked by CI)
- [x] No linter issues: `make lint` (will be checked by CI)

Reviewed-on: #4
Reviewed-by: Andre_Harms <andre.harms@stackit.cloud>
Co-authored-by: Marcel S. Henselin <marcel.henselin@stackit.cloud>
Co-committed-by: Marcel S. Henselin <marcel.henselin@stackit.cloud>
2026-01-29 14:10:25 +00:00
Marcel S. Henselin
0150fea302
Feat/separate functions (#19)
* chore: work save

* fix: refactor flavors

* fix: refactor pg user and database

* fix: refactor flavor parameters

* fix: refactor tf script

* chore: work save

* chore: work save

* chore: work save

---------

Co-authored-by: Marcel S. Henselin <marcel.henselin@stackit.cloud>
2026-01-13 12:19:12 +01:00
Marcel S. Henselin
5b6576da1c
Fix/fix tests (#18)
* fix: fix and adjust tests to new api

* fix: add missing testdata file

* fix: add missing docs

* fix: ignore docs flow for now

* fix: fix  linting
2025-12-29 07:12:30 +01:00
Marcel S. Henselin
9e04ab2630
Fix: pgsql fix (#10)
* fix: remove license header from files

* fix: updated docs and sample
---------

Co-authored-by: Marcel S. Henselin <marcel.henselin@stackit.cloud>
2025-12-22 09:23:53 +01:00
Marcel S. Henselin
99f2853ae5
Feat: alpha sqlserver user (#12)
* 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

* chore: remove not needed service files

* chore: cleanup import in utils

* fix: provider name change

* fix: clone missing doc files

* fix: docs adjustments

* fix: docs CI scripts

* fix: docs naming

* fix: remove guides from docs

* fix: adjust examples

* fix: remove obsolete doc templates

* fix: docs adjustments

* fix: add missing doc file

* fix: temp rename file

---------

Co-authored-by: Andre Harms <andre.harms@stackit.cloud>
Co-authored-by: Marcel S. Henselin <marcel.henselin@stackit.cloud>
2025-12-19 15:15:42 +01:00
Marcel S. Henselin
944a75295f
Fix: fix imports and names (#9)
* fix: add missing entries and correct refs

* fix: add missing docs

---------

Co-authored-by: Marcel S. Henselin <marcel.henselin@stackit.cloud>
2025-12-19 12:34:16 +01:00
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
Ruben Hönle
53a3697850
feat(iaas): support for v2 API (#1070)
relates to STACKITTPR-313
2025-12-17 15:40:46 +01:00
stackit-pipeline
81e8d48cf6
chore(deps): update module golang.org/x/tools to v0.40.0 (#1087)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
2025-12-09 11:13:49 +01:00
stackit-pipeline
06747751ca
fix(deps): update module github.com/hashicorp/terraform-plugin-testing to v1.14.0 (#1084)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
2025-12-04 08:28:34 +01:00
stackit-pipeline
368b8d55be
fix(deps): update module github.com/hashicorp/terraform-plugin-framework to v1.17.0 (#1082)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
2025-12-03 07:22:29 +01:00
Marcel Jacek
c8c7127c17
bump(sqlserverflex): bump sqlserverflex to v1.3.3 (#1080) 2025-12-01 13:41:34 +00:00
Marcel Jacek
24b7387db9
feat: add logging for trace id (#1061)
relates to STACKITTPR-290
2025-11-27 10:06:18 +00:00
dependabot[bot]
25134e8fe9
chore(deps): bump golang.org/x/crypto from 0.44.0 to 0.45.0 (#1063) 2025-11-21 18:30:10 +01:00
Ruben Hönle
5e8c7a7369
feat(kms): add key resource and datasource (#1055)
relates to STACKITTPR-411
2025-11-17 10:58:11 +00:00
stackit-pipeline
b5f82e7de9
fix(deps): update module github.com/hashicorp/terraform-plugin-log to v0.10.0 (#1057)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
2025-11-14 06:43:12 +00:00
stackit-pipeline
9b2106bf39
chore(deps): update module golang.org/x/tools to v0.39.0 (#1056)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
2025-11-14 07:38:22 +01:00
Ruben Hönle
edf22a6193
feat(kms): add keyring resource and datasource (#1049)
relates to STACKITTPR-410
2025-11-12 13:10:58 +00:00
stackit-pipeline
c6e1c3d3a8
fix(deps): update module golang.org/x/mod to v0.30.0 (#1054)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
2025-11-12 07:35:42 +01:00
stackit-pipeline
55a9a430fc
fix(deps): update stackit sdk modules (#1024)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
2025-10-10 08:07:30 +02:00
stackit-pipeline
c552a354c3
chore(deps): update module golang.org/x/tools to v0.38.0 (#1016)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
2025-10-09 10:18:27 +02:00
Fabian Spottog
a8e874699f
feat(scf): Add STACKIT Cloud Foundry (#991)
* onboard STACKIT Cloud Foundry resources/datasource
2025-10-08 09:42:33 +00:00
stackit-pipeline
800c18fa0b
fix(deps): update module github.com/hashicorp/terraform-plugin-framework-validators to v0.19.0 (#1015)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
2025-10-08 08:36:01 +02:00
stackit-pipeline
5f71eef4a9
fix(deps): update module github.com/hashicorp/terraform-plugin-framework to v1.16.1 (#1013)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
2025-09-30 15:21:58 +02:00
stackit-pipeline
569599736f
fix(deps): update module github.com/stackitcloud/stackit-sdk-go/services/authorization to v0.9.0 (#1011)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
2025-09-29 09:23:32 +02:00
stackit-pipeline
8aa4d29158
fix(deps): update stackit sdk modules (#1007)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
2025-09-25 10:12:11 +02:00
stackit-pipeline
e5c2c7eab4
fix(deps): update module github.com/hashicorp/terraform-plugin-framework to v1.16.0 (#997)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
2025-09-23 12:02:55 +02:00
stackit-pipeline
07f6c5fbce
fix(deps): update module github.com/hashicorp/terraform-plugin-go to v0.29.0 (#998)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
2025-09-19 12:28:46 +02:00
stackit-pipeline
2794348e12
chore(deps): update module golang.org/x/tools to v0.37.0 (#989)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
2025-09-19 12:23:07 +02:00
stackit-pipeline
bd1cd7dba7
fix(deps): update module golang.org/x/mod to v0.28.0 (#987)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
2025-09-19 09:56:10 +00:00
stackit-pipeline
433efa001c
fix(deps): update module github.com/stackitcloud/stackit-sdk-go/services/cdn to v1.5.0 (#990)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
2025-09-12 07:20:21 +02:00
Marcel Jacek
4a7106cc01
fix(iaas): wait for network area deletion until projects are deleted (#978)
* fix: add ReadyForDeletionWaitHandler to avoid error when deleting a network area with projects in deletion state
2025-09-11 13:26:32 +02:00
stackit-pipeline
ba6ee8bd23
fix(deps): update stackit sdk modules (#988)
* fix(deps): update stackit sdk modules

* chore(objectstorage): Attribute expires is now a NullableString

Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>

---------

Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
Co-authored-by: Alexander Dahmen <alexander.dahmen@inovex.de>
2025-09-10 09:54:38 +02:00
stackit-pipeline
bb09c8539d
fix(deps): update stackit sdk modules (#985)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
2025-09-08 09:54:37 +02:00
stackit-pipeline
0f70f456f1
fix(deps): update module github.com/stackitcloud/stackit-sdk-go/services/observability to v0.13.0 (#984)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
2025-09-05 10:18:23 +02:00
stackit-pipeline
98784cb1c4
fix(deps): update module github.com/stackitcloud/stackit-sdk-go/services/observability to v0.12.0 (#981)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
2025-09-04 12:53:04 +02:00
stackit-pipeline
01fb599ccc
fix(deps): update stackit sdk modules (#973)
Co-authored-by: Ruben Hoenle <Ruben.Hoenle@stackit.cloud>
2025-08-29 10:58:27 +02:00
Timo Bergen
0f8362ca74
feat(observability): add google chat to webhooks (#961) 2025-08-25 15:30:06 +00:00
stackit-pipeline
4b670ee73f
fix(deps): update module github.com/hashicorp/terraform-plugin-testing to v1.13.3 (#958)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
2025-08-18 08:15:49 +02:00
Marcel Jacek
5f1e4ff192
feat(iaas): onboard iaas project datasource (#955)
* feat: onboard iaas project datasource
2025-08-15 17:01:25 +02:00
stackit-pipeline
57d731028e
fix(deps): update stackit sdk modules (#948)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
2025-08-13 08:52:26 +02:00
stackit-pipeline
7def068a6c
chore(deps): update module golang.org/x/tools to v0.36.0 (#946)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
2025-08-13 08:46:24 +02:00